How the hell do I turn on MC server on Ubutu latest version? What is the command?
eBayGod maybe this will help. https://www.vultr.com/docs/how-to-install-a-minecraft-server-on-ubuntu
To start the Minecraft server in screen, open a screen instance, then run the Java command again.
screen
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
