Contents |
Unraid Docker Template
The only Unraid template we support is Freddy0. We cannot be responsible for templates we do not maintain.
General Installation
For a easy installation it is recommended to use Community Applications to install software like crafty on UnRaid.
-
Installation
- Go to Apps and search for "Crafty"
- Select Crafty from Freddy0
- Install the docker template to your server
-
Login
-
Default login Credentials are:
- Username: admin
- Password: crafty
-
For security reasons it is highly recommended to change the login credentials after first login to something more secure.
- Go to Settings > Users > Edit User
- Change the Super users Password
-
Default login Credentials are:
-
Getting started
- Check out the Getting Started section
Path and port mapping
-
Paths
-
Server files
-
The files for Minecraft servers live here
- Inside of crafty they can be accessed via /crafty/servers
- On your UnRaid system they are stored under /mnt/user/appdata/crafty-4/servers
-
The files for Minecraft servers live here
-
Backups
-
Backup files of your Minecraft servers are stored here
- Inside of crafty they can be accessed via /crafty/backups
- On your UnRaid system they are stored under /mnt/user/appdata/crafty-4/backups
-
Backup files of your Minecraft servers are stored here
-
Imports
-
When importing existing servers in the Crafty panel, use this folder
- Inside of crafty they can be accessed via /crafty/import
- On your UnRaid system they are stored under /mnt/user/appdata/crafty-4/imports
-
When importing existing servers in the Crafty panel, use this folder
-
Config
-
Crafty stores its own configuration here
- Inside of crafty they can be accessed via /crafty/app/config
- On your UnRaid system they are stored under /mnt/user/appdata/Crafty-4/config
- "config" should not be modified manualy in any way, because it could lead to permanent data loss
-
Crafty stores its own configuration here
-
Server files
-
Ports
-
8443
- Web UI Port for Crafty's dashboard
-
25500-25600
- Ports for Minecraft servers to connect to (should always be 100 in total, because the amount of ports used by docker containers can not be dynamically adjusted)
-
19132
- Port for Minecraft Bedrock servers
-
8123
- multi purpose Dynmap port for Minecraft servers
- This is frequently conflicting with Home Assistant, it is recommended to be changed only if needed
-
8443
Server Creation
Please refer to our documentation from Getting Started
FAQ
-
What is the default Login information?
- Username: admin
- Password: crafty
-
Where can I access my Crafty dashboard?
- Go to https://yourserverip:8443
- In case you changed the port, go there instead
-
How do I access my Minecraft server?
- In Minecraft connect to "yourserverip:port"
-
how do i change the port mappings on my UnRaid server? (not recommended)
- Edit the Template to forward ports 25500-25600 to different ports on your UnRaid machine
- As far as crafty is concerned, the ports are stilll 25500-25600 but they are now exposed on different ports o your host machine.
- For port mappings see UnRaid port mappings on the Docker page
-
Example:
- Port mappings 25500-25600 exposed on 24500-24600
- Config in crafty: Port 25501
- Port on your local machine: 24501
- Connect to "yourserverip:24501"
-
How do I update Crafty?
- Go to your UnRaid Docker page and update Crafty