Skip to content

dirtylabcoat/vagrant-minecraft-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-minecraft-server

Set up a basic Minecraft server using Vagrant.

Run

vagrant up

in the root-directory and wait for it to finish. That's it.

The server is based on Ubuntu 20.04 LTS and runs OpenJDK 16. It has a static IP of 192.168.1.199 and a MAC-address of 1ECAE1ECAE00 but these may be changed if needed to suit your own network.

The Minecraft Server application is installed as a service and starts automatically when the VM boots up. The service is called "minecraft-server" and can be controlled with

sudo service minecraft-server {stop|start|status}

Have fun!

About

Set up a basic Minecraft server using Vagrant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages