background image
Game Servers 380 7 Days to Die 4 Abiotic Factor 2 Aloft 2 alt:V 2 Americas Army Proving Grounds 2 Among Us 2 Archean 2 ARK Survival Ascended 6 ARK Survival Evolved 3 Arma 3 3 Arma Reforger 2 Aska 2 AssaultCube 2 Assetto Corsa 3 Astro Colony 2 Astroneer 2 Automobilista 2 2 Avorion 2 Banana Shooter 2 Barotrauma 3 BATTALION Legacy 2 BeamNG.drive (BeamMP) 2 Black Mesa 2 Brickadia 2 Call of Duty 2 Citadel: Forged with Fire 2 ClassiCube 2 Clone Hero 2 Colony Survival 2 Conan Exiles 4 Contagion 2 Core Keeper 2 Counter-Strike 2 3 Craftopia 2 CryoFall 2 CS2D 2 Cube 2: Sauerbraten 2 Cubic Odyssey 2 DayZ 4 DDNet 2 DDRaceNetwork 2 Dead Matter 2 Dont Starve Together 4 Eco 2 Empyrion Galactic Survival 2 Enshrouded 3 Escape from Tarkov 2 Euro Truck Simulator 2 2 Factorio 2 Farming Simulator 25 2 Fistful of Frags 2 FiveM 3 FortressCraft Evolved 2 Foundry 2 Foundry VTT 2 Frozen Flame 2 FTL Tachyon 2 Garrys Mod 3 Ground Branch 2 Half-Life 2 Deathmatch 2 Hogwarp 2 Holdfast: Nations at War 2 HumanitZ 2 Hurtworld 2 Hytale 1 Icarus 2 Insurgency Sandstorm 2 IOSoccer 2 Just Cause 3 Multiplayer 2 Kerbal Space Program 2 Killing Floor 2 3 LeagueSandbox 2 Left 4 Dead 2 Left 4 Dead 2 3 Longvinter 2 Los Angeles Crimes 2 Medal of Honor 2 Midnight Ghost Hunt 2 Mindustry 2 Minecraft 4 Minetest 2 Modiverse 2 Mordhau 3 Mount & Blade II: Bannerlord 2 Myth of Empires 2 Nazi Zombies Portable 2 Necesse 2 NeosVR 2 Neverwinter Nights EE 2 Night of the Dead 2 Nightingale 2 No Love Lost 2 No More Room in Hell 2 No One Survived 2 Nova-Life Amboise 2 Nuclear Option 2 Onset 2 Open Fortress 2 OpenArena 2 OpenRA 2 OpenRCT2 2 OpenTTD 2 Operation Harsh Doorstop 2 Palworld 3 Path of Titans 2 Pavlov VR 3 PixARK 2 Plains of Pain 2 Portal Knights 2 Post Scriptum 2 Project Zomboid 8 Puck 2 Quake Live 2 R5Reloaded 2 RedM 2 Renown 2 Resonite 2 Return to Moria 2 Rimworld Together 2 Rising World 2 Risk of Rain 2 1 Rust 4 Satisfactory 1 SCP Secret Laboratory 3 SCUM 2 Smalland 2 Solace Crafting 2 Soldat 2 Soldat 2 2 Sonic Robo Blast 2 2 Sons of the Forest 2 Soulmask 2 SourceCoop 2 Space Engineers 3 Space Station 14 2 Squad 3 Starbound 3 StarMade 2 Stationeers 2 Stormworks 2 Subnautica Nitrox 2 Sunkenland 2 SuperTuxKart 2 Sven Co-op 2 Swords 'n Magic and Stuff 2 Team Fortress 2 3 Teeworlds 2 Terraria 3 TerraTech Worlds 2 TF2 Classified 2 The Forest 3 The Front 2 The Isle 2 Tower Unite 2 Trackmania 2 Unturned 4 Urban Terror 2 V Rising 3 Valheim 3 VEIN 2 Veloren 2 Vintage Story 3 Voyagers of Nera 2 Wolfenstein: Enemy Territory 2 Wreckfest 2 Wurm Unlimited 2 Xonotic 2 Zandronum 2 Getting Started 2 Network & Connectivity 1 Server Management 2
دسته‌بندی‌ها

Return to Moria Admin and World Management

return-to-moria lotr admin world-management 0 نفر این مقاله را مفید یافتند
موجود به زبان‌های: ESPAÑOL

This guide covers admin controls, console commands, the permissions system, player management, world and mine management, save backups, and troubleshooting for your Return to Moria dedicated server on Legion Hosting. For initial server setup, startup variables, difficulty presets, and how to connect, see Return to Moria Server Setup Guide.


Console Commands

Return to Moria provides a server console for administration. The console must be enabled in MoriaServerConfig.ini with [Console] Enabled=true (enabled by default). Commands are entered directly in the GPanel console.

Command Description
players Lists all currently connected players with their usernames.
kick <player> Removes a player from the server. The player can rejoin the same session.
block <player> Permanently blocks a player from joining the server.
unblock <player> Removes a permanent block, allowing the player to rejoin.
setdifficulty <preset> Changes the difficulty preset on the current world. Options: story, solo, normal, hard, custom.
setcustomdifficulty <setting> <value> Adjusts a specific custom difficulty setting. See the Custom Difficulty section below.
rename world <name> Changes the displayed world name.
regenerateinvitecode Generates a new join code for the server, invalidating the previous one.
Kick vs Block: The kick command temporarily removes a player who can rejoin immediately. Use block for a permanent ban. You can also manage blocks through the MoriaServerPermissions.txt file.

Permissions System

Return to Moria uses a text-based permissions file to control what individual players can do on your server. Edit MoriaServerPermissions.txt while the server is stopped to avoid conflicts.

File Location

MoriaServerPermissions.txt

The file automatically records every player who has joined the server. You can modify their permissions by adding or removing permission tags next to their username.

Permission Levels

Permission Effect
Blocked Player is banned from the server. Cannot connect.
Default Standard player access. No special restrictions or privileges.
NoConstruction Player cannot build or deconstruct any structures.
QuickBuild Player can only build platforms and rope ladders. No full construction.
AllConstruction Full building and deconstruction access.
NoStorage Player cannot interact with containers or crafting stations.
AllStorage Full access to all containers and crafting stations.
Edit only while stopped: The permissions file must be edited while the server is offline. Changes made during runtime will not take effect and may be overwritten when the server saves.

Pre-Blocking Players

You can block a player before they ever join by manually adding their username to the permissions file with the Blocked status. This is useful if you know a specific player should not have access to your server.


Server Rules

You can display a custom message to all players when they join your server by editing MoriaServerRules.txt.

File Location

MoriaServerRules.txt

Enter your server rules or welcome message in this file. The text is displayed to every player upon joining. The message has a maximum length of 1024 characters.


Custom Difficulty Settings

When the difficulty preset is set to custom, you can fine-tune individual difficulty parameters. These can be set in MoriaServerConfig.ini under the [World.Create] section for new worlds, or adjusted on an existing world using the setcustomdifficulty console command.

Setting Description Values
CombatDifficulty Enemy damage and health scaling. verylow, low, default, high, veryhigh
EnemyAggression How frequently enemies attack and in what group sizes. verylow, low, default, high, veryhigh
SurvivalDifficulty Buff strength, despair, and stamina decay rates. verylow, low, default, high, veryhigh
MiningDrops Amount of ore and resources dropped from mining veins. verylow, low, default, high, veryhigh
WorldDrops Reward drop rates from enemies and orc encounters. verylow, low, default, high, veryhigh
HordeFrequency How often noisy actions trigger orc horde attacks. verylow, low, default, high, veryhigh
SiegeFrequency How often orcs attack your base/camp. verylow, low, default, high, veryhigh
PatrolFrequency How frequently enemy patrol groups spawn in the mines. verylow, low, default, high, veryhigh

Example Custom Difficulty in Config

[World.Create]
Difficulty.Preset=custom
Difficulty.CombatDifficulty=high
Difficulty.EnemyAggression=default
Difficulty.SurvivalDifficulty=low
Difficulty.MiningDrops=high
Difficulty.WorldDrops=default
Difficulty.HordeFrequency=low
Difficulty.SiegeFrequency=default
Difficulty.PatrolFrequency=default

World Management

World Types

Return to Moria supports two world types, set in the [World.Create] Type setting:

  • Campaign — The story-driven experience with a progression through Moria. Recommended for most groups.
  • Sandbox — Freeform exploration and building without the campaign structure. Ideal for creative play and base building.

Multiple Worlds

You can maintain multiple worlds on a single server by changing the [World] Name setting:

  • Each unique world name creates a separate save file.
  • To switch worlds, stop the server, change the world name in MoriaServerConfig.ini, and restart.
  • Previous worlds are preserved and can be loaded again by switching back to their name.

Resetting a World

  1. Stop the server in GPanel.
  2. Open the File Manager or connect via SFTP.
  3. Navigate to Moria/Saved/SaveGamesDedicated/ and delete the .sav file for the world you want to reset.
  4. Start the server. A new world will be generated using the current config settings.
Deleted worlds cannot be recovered. Always download a backup before deleting any save files.

Save Backups

Save File Location

Moria/Saved/SaveGamesDedicated/

Creating a Backup

  1. Stop the server in GPanel to ensure save data is fully written.
  2. Connect via SFTP or use the GPanel File Manager.
  3. Download all .sav files from the save directory.
  4. Store the backup on your local machine or cloud storage.

Restoring a Backup

  1. Stop the server in GPanel.
  2. Upload your backed-up .sav file to Moria/Saved/SaveGamesDedicated/ via SFTP, replacing the existing file.
  3. Ensure the world name in MoriaServerConfig.ini matches the save file.
  4. Start the server. It will load the restored save.
Tip: Back up your world before every game update. If an update causes issues, you can restore your previous save and roll back the server version.

Troubleshooting

Server Not Appearing / Cannot Connect

  • Verify the server is running and fully started in GPanel.
  • Check the console for error messages or crash logs.
  • Ensure you are using the correct join code or IP:port from the Network tab.
  • If using a password, verify it matches exactly (case-sensitive).

Performance Issues / Loading Walls

  • Reduce LoadedAreaLimit in MoriaServerConfig.ini. A value of 8 works well for groups of 4 or fewer players.
  • If CPU usage is high, reduce ServerFPS to 30.
  • Fewer connected players means fewer areas need to be loaded simultaneously.

World Not Loading

  • Ensure the [World] Name in the config matches an existing save file in Moria/Saved/SaveGamesDedicated/.
  • If the save file is corrupted, restore from a backup or delete it to generate a fresh world.

Players Blocked Unexpectedly

  • Check MoriaServerPermissions.txt for the player's entry. Remove the Blocked tag if present.
  • Remember to stop the server before editing the permissions file.

Related Articles


Need Help?

If you run into issues with your Return to Moria server that are not covered here, open a support ticket and include your server IP, a description of the problem, and any relevant console output from GPanel.


آیا این مقاله مفید بود؟

Ready to Get Started?

The servers are booted, select your plan and become our latest satisfied client.