minecraft-server-template
A 30 seconds quickstart template for creating minecraft server networks with docker and git.
File Explorer
Download Latest Version (.zip)- backup.gif
- console.gif
- FUNDING.yml
- init.gif
- remote_debug_1.png
- remote_debug_2.png
- remote_debug_3.png
- remote_debug_run_1.png
- remote_debug_run_2.png
- .gitkeep
- bukkit.yml
- commands.yml
- excludes.txt
- help.yml
- paper.yml
- permissions.yml
- server-icon.png
- spigot.yml
- wepif.yml
- config.yml
- excludes.txt
- locations.yml
- modules.yml
- server-icon.png
- waterfall.yml
- excludes.txt
- my.cnf
- .gitkeep
- default.conf
- .gitkeep
- layers.png
- link.png
- marker-icon.png
- marker-icon@2x.png
- marker-shadow.png
- marker.png
- popup-close.png
- zoom-in.png
- zoom-out.png
- dynmap_style.css
- embedded_example.css
- leaflet.css
- leaflet.ie.css
- override_example.css
- regions.css
- standalone.css
- armor.png
- armor_depleted.png
- BiomeKey.png
- blank.png
- block_nether_flat.png
- block_nether_surface.png
- block_other.png
- block_skylands.png
- block_the_end_flat.png
- block_the_end_surface.png
- block_world_biome.png
- block_world_cave.png
- block_world_flat.png
- block_world_surface.png
- book.png
- cave_off.png
- cave_on.png
- chat_bubble.png
- chat_cursor.png
- clock_day.png
- clock_night.png
- compass.png
- compass_alt.png
- compass_E.png
- compass_flat.png
- compass_N.png
- compass_NE.png
- compass_NW.png
- compass_SW.png
- compass_W.png
- dynmap.ico
- follow_off.png
- follow_on.png
- heart.png
- heart_depleted.png
- home.png
- list_off.png
- list_on.png
- moon.png
- player.png
- player_death.png
- player_face.png
- player_follow_off.png
- player_follow_on.gif
- player_follow_on.png
- player_travel.png
- scrolldown.png
- scrollup.png
- server.png
- sidebar_hint.png
- sign.png
- sign_home.png
- sign_sign.png
- sign_sign_alt.png
- sign_warp.png
- spawn.png
- sun.png
- warp.png
- weather_stormy.png
- weather_stormy_day.png
- weather_stormy_night.png
- weather_sunny.png
- weather_sunny_day.png
- weather_sunny_night.png
- weather_thunder.png
- weather_thunder_day.png
- weather_thunder_night.png
- window_close.png
- window_close_hover.png
- window_open.png
- window_pinned.png
- window_pinned_hover.png
- window_unpinned.png
- zoom_in.png
- zoom_out.png
- chat.js
- chatballoon.js
- chatbox.js
- coord.js
- custommarker.js
- digitalclock.js
- dynmaputils.js
- hdmap.js
- inactive.js
- jquery-3.5.1.js
- jquery.json.js
- jquery.mousewheel.js
- leaflet.js
- link.js
- logo.js
- map.js
- markers.js
- minecraft.js
- playermarkers.js
- projectiontest.js
- regions.js
- sidebarmarkers.js
- sidebarutils.js
- timeofdayclock.js
- config.js
- configuration.php
- dynmap_access.php
- login.php
- markers.php
- MySQL_access.php
- MySQL_configuration.php
- MySQL_funcs.php
- MySQL_getlogin.php
- MySQL_login.php
- MySQL_markers.php
- MySQL_register.php
- MySQL_sendmessage.php
- MySQL_tiles.php
- MySQL_update.php
- PostgreSQL_access.php
- PostgreSQL_configuration.php
- PostgreSQL_funcs.php
- PostgreSQL_getlogin.php
- PostgreSQL_login.php
- PostgreSQL_markers.php
- PostgreSQL_sendmessage.php
- PostgreSQL_tiles.php
- PostgreSQL_update.php
- register.php
- sendmessage.php
- SQLite_markers.php
- SQLite_tiles.php
- tiles.php
- update.php
- .gitkeep
- .gitignore
- .gitkeep
- config.js
- gettiles.php
- inactive.html
- index.html
- login.html
- robots.txt
- up.aspx
- up.php
- version.js
- build.local.gradle
- configuration.txt
- config.yml
- .gitkeep
- config.yml
- .gitkeep
- .gitkeep
- .gitkeep
- prep-env.sh
- utils.sh
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitignore
- backup.env
- backup.sh
- cleanup.sh
- cmd.sh
- console.sh
- dc.sh
- debug.sh
- docker-compose.backup.yml
- docker-compose.db.yml
- docker-compose.download.yml
- docker-compose.dynmap.yml
- docker-compose.main.yml
- docker-compose.minimal.yml
- docker-compose.proxy.yml
- docker-compose.rcon.yml
- docker-compose.traefik.yml
- globals.env
- init.sh
- LICENSE
- minimal.sh
- mysql.env
- rcon.env
- README.md
- renovate.json
- restart.sh
- server-properties.env
- update.sh
- zip-plugins.sh
# Installation Guide
1. Get the code
git clone https://github.com/sVoxelDev/minecraft-server-template
Downloads the entire project code from GitHub to your computer.
cd minecraft-server-template
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f docker-compose.backup.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
