How to set up a Paper or Purpur Java server¶
Use this guide to set up a Paper or Purpur based Java server on NexusCloud.
Before you start¶
- Make sure the server egg is actually for Paper or Purpur.
- Back up your data if you are switching software from an existing server.
- Use official builds from trusted sources.
Download the official server jar¶
- Paper: PaperMC Downloads
- Purpur: Purpur Downloads
Java version
According to the latest Paper documentation, many modern Paper builds for Minecraft 1.20+ use Java 21. Still, double-check the actual requirements of the Paper or Purpur build you download.
Installation steps¶
1. Upload the jar to the panel¶
- Open
https://panel.nexuscloud.id/. - Select your server.
- Go to Files.
- Upload the Paper or Purpur
.jarfile you just downloaded. - Click the three-dot menu next to the uploaded file and rename it to
server.jar.
2. Adjust Startup¶
- Go to Startup.
- Change the Minecraft Version to match the one you downloaded.
- If the startup requires a specific file name, rename the jar accordingly (for example,
server.jar).
3. Start the server¶
- Go back to Console.
- Start or restart the server.
- Wait until the initial file generation finishes.
How to OP a player¶
In the console, run:
The player does not need to be online as long as the name you enter is valid.
Common extra settings¶
Example in server.properties:
Offline mode
Do not switch online-mode=false straight away unless you actually want to allow non-premium players and understand the risks.
If you want to update the version¶
- Download the new jar from the official site.
- Stop the server.
- Replace the old jar with the new one.
- Make sure the file name still matches the startup config.
- Start the server and check the console.
According to the Paper documentation, do not replace the server jar while the server is still running.
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