https://github.com/keivanipchihagh/docker-minecraft-server
🚀 Host a Minecraft server on your own server using Docker
https://github.com/keivanipchihagh/docker-minecraft-server
docker minecraft minecraft-mod minecraft-server rcon-server
Last synced: about 1 month ago
JSON representation
🚀 Host a Minecraft server on your own server using Docker
- Host: GitHub
- URL: https://github.com/keivanipchihagh/docker-minecraft-server
- Owner: keivanipchihagh
- License: gpl-3.0
- Created: 2023-02-16T11:40:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T18:34:45.000Z (over 3 years ago)
- Last Synced: 2025-03-01T07:17:53.253Z (over 1 year ago)
- Topics: docker, minecraft, minecraft-mod, minecraft-server, rcon-server
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-minecraft-server
🚀 Host a Minecraft server on your own server using Docker
## Setting up
Things to change while deploying your own version of Minecraft Server:
### Extras Directory
- `whitelist.json`: provide list of username/UUID pairs of authorized players.
- `ops.json`: provide a list of username/UUID pairs of Administrators.
- `mods.txt`: pass a list of server-side mods to download on initialization.
- `icon.jpeg`: custom icon for your Minecraft server.
### Game Variables
Rename the `.env.template` to `.env` and change the variables to adjust your preferred world's characteristics. (Remember to fill the empty spots!)
## Further Steps
- [ ] Move Minecraft-Server behind DNS and CDN
- [ ] Move Minecraft RCON behind DNS
- [ ] Add Dynamic support for extras directory (HTTP SD)
- [ ] Add Prometheus monitoring
- [ ] Add authentication for server login