Upload Your Own Resource Pack
In this guide, we'll show you step-by-step how to upload your own resource pack.
You have your own resource pack but don't know how to upload it to your Realm? No problem.
-
You need a direct download link for your resource pack. You can also use an free hoster.
-
Open the web interface of your Realm.
-
Navigate to the Files section.
-
Look for the file called
server.properties
and click on it. -
Search for the line
resource-pack=
using CTRL + F. -
Paste the url at the end of that line.
For example:
resource-pack=https://example.com/resourcepack.zip
-
It's recommended to also include the SHA1-Hash of the resource pack. For this look below.
Paste this SHA1-Hash in the
resource-pack-sha1=
line.For example:
resource-pack-sha1=da39a3ee5e6b4b0d3255bfef95601890afd80709
-
Save the file and restart your Realm.
Generate SHA1 of resource pack
You can use an online tool like https://emn178.github.io/online-tools/sha1_checksum.html.
The SHA1 can also be generated using the command:
- Windows
- Linux
Get-FileHash resourcePack.zip -Algorithm SHA1
sha1sum resourcePack.zip