F5F Stay Refreshed Software PC Gaming RL Craft Server is a platform for creating and sharing custom games.

RL Craft Server is a platform for creating and sharing custom games.

RL Craft Server is a platform for creating and sharing custom games.

T
teoyak
Member
92
06-17-2022, 10:39 AM
#1
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?
T
teoyak
06-17-2022, 10:39 AM #1

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?

T
tetreeoflife21
Junior Member
4
06-24-2022, 07:58 PM
#2
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.
T
tetreeoflife21
06-24-2022, 07:58 PM #2

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.

P
Peedy
Senior Member
641
06-24-2022, 11:38 PM
#3
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.
P
Peedy
06-24-2022, 11:38 PM #3

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.