File Details
LRM_Server_Install.zip
- R
- Feb 9, 2026
- 8.25 KB
- 20
- 1.20.1
- Fabric
File Name
LRM_Server_Install.zip
Supported Versions
- 1.20.1
==========================================
Legends Reborn: Medieval (LRM) — Server
==========================================
FIRST TIME SETUP
-----------------
chmod +x install.sh
./install.sh install
./start.sh
That's it! The script checks Java, downloads the modpack and sets up Fabric for you.
If Java or dependencies are missing, it tells you what to ask your admin to install.
SCREEN (server console)
-----------------
The server runs inside a screen session called "lrm".
./start.sh Start the server (auto-creates the screen)
screen -D -r lrm Attach to the server console
Ctrl+A, D Detach from the console (server keeps running)
You can safely close your SSH session after starting. The server stays up.
STOP vs REBOOT
-----------------
stop Reboot — server restarts automatically after 5s
/stop Same as stop, but from in-game (requires OP)
Ctrl+C Full shutdown — server stops, screen stays open
The screen session never closes by itself, so you can always read
any errors. Press Enter to close it when you're done.
UPDATE THE SERVER
-----------------
When a new modpack version is available:
./install.sh update
The script will:
1. Create a backup automatically
2. Download the update
3. Show what changed
4. Ask for confirmation
Your world and server settings are never touched.
RESTORE A BACKUP
-----------------
If something goes wrong after an update:
./install.sh restore
Pick a backup from the list. The script asks if you want to restore the world too.
CHECK SERVER STATUS
-----------------
./install.sh status
CHANGE PERFORMANCE PROFILE
-----------------
Open start.sh and uncomment the profile you want:
Safe - Default, works everywhere
Optimized - Recommended, better performance
ZGC - Experimental, no GC lag but uses more RAM
COMMON ISSUES
-----------------
"Server is already installed" Use ./install.sh update instead
"Server is currently running" Ctrl+C in console to shutdown, or stop to reboot
"Java is not installed" Ask your admin to install OpenJDK 21
"screen is not installed" Ask your admin to install screen
Server keeps crashing Check logs/latest.log or run ./install.sh restore