How to enable offline mode on a Java server¶
Offline mode lets a Java server accept players without verifying their Mojang/Microsoft account. This setting is often used with non-premium launchers, but it carries higher security risks.
Important risk
online-mode=false means the server does not verify account identity with the official Minecraft services. Only use it if you understand the risks, and consider adding an extra login plugin if needed.
Steps¶
- Open
https://panel.nexuscloud.id/. - Select your Java server.
- Open the Files menu.
- Open the
server.propertiesfile. - Find the line below and change the value:
- Click Save Content.
- Go back to Console.
- Restart the server.
After the change¶
- Non-premium players can try to join the server.
- Plugins that depend on premium UUIDs may need adjustments.
- For public servers, an additional authentication plugin is strongly recommended.
If you want to go back to online mode¶
Change the value back to:
Then restart the server.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud