Links to database Minecraft Webpages.
https://www.minecraft.net/en-us/download/server
Link to download server JAVA edition.
Link to Gamepedia Minecraft Server Tutorial.
Greg Altimas Open source technolgy. Linux Operating Systems.
How to run a gui headless minecraft server java edition from linux terminal
Make sure you have java on your server, such as java-1.8.0-openjdk java-1.8.0-openjdk-devel
Download minecraft current server.jar executable.
run command, such as: java -Xmx1024M -Xms1024M -jar server.jar nogui
If you want a user to to have admin permission add user to the ops.json file
[
{
"uuid": "XXXXXX",
"name": "XXXXXX",
"level": 1 2 4 or 4,
"bypassesPlayerLimit": true or false
}
]
Tip for running from linux terminal
Recommend to run server using linux termincal command screen. So process can deattach from current terminal window.