19.2 Minecraft Server
Related File Structure
/
├── etc/
│ └── rc.conf # System configuration file, includes minecraft service configuration
├── usr/
│ └── local/
│ ├── bin/
│ │ └── minecraft-server # Minecraft server executable
│ └── etc/
│ └── minecraft-server/ # Minecraft server configuration directory
│ ├── eula.txt # End-user license agreement file
│ ├── java-args.txt # Java parameters configuration
│ └── server.properties # Server configuration file
├── var/
│ ├── log/
│ │ └── minecraft-server/ # Log and debug output directory
│ └── db/
│ └── minecraft-server/ # World files directoryInstalling OpenJDK
Using Ports or the Official Server Program
Disabling Online Authentication

Security Risks of Disabling Online Authentication
Last updated