Skip to content

ausgomez/docker-minecraft-java-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Setup for Minecraft

Requirements

  1. Linux Server
  2. Docker Installed on Server
  3. Docker Compose Installed
  4. Minecraft Java edition

How to Install it using Digital Ocean

  1. Create a Digital Ocean Account for free using this link to get $100 credit!!

  2. Create an Ubuntu server with minimum of 4GB of RAM

  3. Connect to the server using ssh

    • Example:
      • $ ssh root@your-server-ip-address
  4. Install Docker using the convenience script:

  5. Install Docker Compose

  6. Git clone this same repo on your server or just copy the docker-compose.yml file

  7. Run the docker compose file:

    • $ docker-compose up -d
  8. Open Minecraft and direct connect to the server

Allow Cracked Accounts to play on your server (Optional)

If you run this server as it comes, you can only play it if you have bought Minecraft, but you could also play it for free using TLauncher

  1. Navigate to /minecraft-data folder
  2. Edit the server.propeties file and change:
    • online-mode=true to online-mode=false
  3. Restart the server:
    • $ docker-compose restart

About

Docker Setup for Minecraft server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published