RL Craft Server is a platform for creating and sharing custom games.
RL Craft Server is a platform for creating and sharing custom games.
Hello, I'm trying to set up an RL craft server for a game with a friend. We've checked some multiplayer tutorial videos, but each time we attempt to run the setup script, it fails to start the server. Can someone help us figure out how to create the server properly?
Ensure your Java is 64-bit for a 64-bit OS. The issue likely arises because the batch file needs more memory than available in a 32-bit setup. This assumes you're facing launch problems and have properly forwarded your router and adjusted your firewall settings.
That’s a tough server setup they offer... here’s a concise guide:
- Set up x64 Java 8 as your primary version
- Visit files.minecraftforge.net
- Select version 1.12.2 and download the 14.23.5.2838 installer for dev use
- Launch the installer, pick “install server,” and place it in an empty directory
- Transfer relevant folders from the server package to your chosen location
- Draft a “run.bat” script with these lines:
`java -jar forge-1.12.2-14.23.5.2838-universal.jar nogui`
On first try, the server crashes due to EULA issues. Open eula.txt, set EULA to yes, and retry.
- Once operational, handle firewall or port forwarding separately.