This guide covers RCON setup, admin commands, player management, server management, world settings, and troubleshooting for your Frozen Flame dedicated server on Legion Hosting. Frozen Flame uses the RCON protocol for remote administration, giving you full control over players, items, and server operations. For initial server setup, startup variables, game modes, and how to connect, see Frozen Flame Server Setup Guide.
RCON Setup
Frozen Flame uses the RCON (Remote Console) protocol for server administration. RCON must be configured before you can use any admin commands.
Enabling RCON
- In GPanel, go to the Startup tab.
- Set
RCON_PASSWORDto a strong password of your choice. - Note the RCON port assigned to your server (visible in the Network tab).
- Restart the server for the changes to take effect.
Connecting to RCON
You can connect to RCON using any standard RCON client such as mcrcon, RCON CLI, or a web-based RCON tool. When connecting, use the following details:
| Field | Value |
|---|---|
| Host | Your server IP (from GPanel Network tab) |
| Port | RCON port (from GPanel Network tab) |
| Password | admin:<your-rcon-password> |
admin:<password>. For example, if your RCON password is mypass123, enter admin:mypass123 as the password in your RCON client.
Player Management Commands
The following RCON commands manage players on your server. Replace <PlayerID> with the target player's ID, which you can find using Admin_GetOnlinePlayers.
| Command | Description |
|---|---|
Admin_GetOnlinePlayers |
Lists all currently connected players with their names and IDs. |
Admin_ListUserProfiles |
Lists all players who have ever joined the server. |
Admin_GetPlayerInfo <PlayerID> |
Shows detailed information about a specific player. |
Admin_KickPlayer <PlayerID> <Reason> |
Kicks a player from the server with a reason message. |
Admin_Ban <PlayerID> <Seconds> <Reason> |
Bans a player for the specified duration in seconds. Use a very large number for a permanent ban. |
Admin_Unban <PlayerID> |
Lifts a ban, allowing the player to rejoin. |
Admin_Chatban <PlayerID> <Seconds> <Reason> |
Restricts a player from using the text chat for the specified duration. |
Admin_ChatUnban <PlayerID> |
Restores chat access for a chat-banned player. |
Admin_Respawn <PlayerID> |
Resets a player's location to the spawn point. |
Admin_ChatMessage [Message] |
Broadcasts a server-wide message to all connected players. |
Player Profile and Inventory Commands
These commands allow you to inspect and modify player profiles, inventories, and progression.
| Command | Description |
|---|---|
Admin_InfoUserProfile <PlayerID> |
Shows detailed user profile information. |
Admin_GetPlayerInventory <PlayerID> |
Lists all items and quantities in a player's inventory. |
Admin_AddItem <PlayerID> <ItemID> <Amount> |
Grants items to a player. Requires the internal item ID. |
Admin_RemoveItem <PlayerID> <ItemID> <Amount> |
Removes items from a player's inventory. |
Admin_AddFlame <PlayerID> <Amount> |
Awards experience (Flame) to a player. |
Admin_RemoveFlame <PlayerID> <Amount> |
Deducts experience from a player. Does not reduce level. |
Admin_AddUserProfile <PlayerID> <Role> |
Assigns a role to a player profile. |
Admin_RemoveUserProfile <PlayerID> |
Deletes a specific player's profile data. |
Admin_RemoveProfile <PlayerID> |
Removes a player's profile and all save data permanently. |
Admin_ReloadUserProfiles |
Refreshes all user profile data from disk. |
Admin_SaveUserProfile |
Persists current profile state to disk. |
Server Management Commands
| Command | Description |
|---|---|
Admin_SaveWorld |
Forces an immediate world save. |
Admin_SaveAll |
Saves both the world state and all player profiles. |
Admin_ServerWorld |
Displays the current server version. |
Admin_Shutdown |
Gracefully shuts down the server. |
Admin_Restart |
Restarts the server. |
Admin_ScheduleMaintenanceMode <Seconds> |
Schedules a maintenance shutdown with a countdown notification to all players. |
Admin_CancelScheduledMaintenanceMode |
Cancels a previously scheduled maintenance shutdown. |
Admin_ScheduleMaintenanceMode 300 to give players a 5-minute warning before shutting down for maintenance. This is much more courteous than an immediate Admin_Shutdown.
World Settings via Game.ini
Beyond the basic server settings, you can tune gameplay parameters in the Game.ini file under the [/Script/FrozenFlame.GameBalance] section. Stop the server before editing.
| Setting | Default | Description |
|---|---|---|
ArmorDurabilityReducementAfterDeath |
25 |
Percentage of armor durability lost on death. |
DefaultWeaponDurabilityCost |
0.5 |
Weapon durability loss rate per use. |
bAllowCreaturesToDamageBuildings |
False |
Whether monsters can damage player-built structures. |
bAllowPlayersToDamageBuildings |
True |
Whether players can damage other players' structures (relevant for PvP). |
bInvulnerableModules |
False |
If True, buildings are indestructible. |
bLimitlessSupport |
False |
If True, removes building structural support restrictions. |
bDemolishResourceDropMultiplier |
0.5 |
Percentage of resources returned when demolishing buildings. |
Troubleshooting
RCON Connection Refused
- Verify the
RCON_PASSWORDis set in the Startup tab and the server has been restarted. - Ensure you are using the correct RCON port from the GPanel Network tab.
- Remember to use the
admin:<password>format when authenticating.
Server Not Showing in Browser
- Verify the
Engine.inicontains the[URL]MetaServer section for public visibility. - Wait a few minutes after startup for the server to register with the master server.
- Players can always use direct connect as an alternative.
Players Cannot Join
- Check that the server is running and fully started in GPanel.
- Verify the password matches what is set in
Game.inior the startup variable. - Ensure the
MaxPlayerslimit has not been reached.
Server Crashing on Start
- Check the GPanel console for error messages.
- Verify your INI files have correct syntax (no typos, proper section headers).
- Try deleting the configuration files and restarting to regenerate defaults.
- If crashing persists after a game update, open a support ticket.
Related Articles
- Frozen Flame Server Setup Guide — Initial setup, startup variables, game modes, and how to connect
- How to Find Your Server IP and Port
- How to Upload Files via SFTP
- Server Startup Guide
Need Help?
If you run into issues with your Frozen Flame server that are not covered here, open a support ticket and include your server IP, a description of the problem, and any relevant error messages or RCON output.