Conan Exiles Admin Tools & Commands 2025
Managing a Conan Exiles server requires knowledge of admin commands, RCON tools, and moderation techniques. This guide covers everything you need to administer your server effectively.
🛠️ Admin Requirements
- Admin Password: Set in ServerSettings.ini
- RCON Access: Port 25575 (TCP)
- Privilege Level: Make yourself admin in-game or via config
In-Game Admin Commands
Becoming Admin
- Join your server
- Open console with ` key
- Type:
MakeAdmin [password] - You now have admin privileges
Essential Commands
| Command | Description | Usage |
|---|---|---|
| Teleport | Teleport to player or location | Teleport [PlayerName] |
| God Mode | Invincibility mode | GodMode [true/false] |
| Invisibility | Toggle invisibility | Invisible [true/false] |
| Ghost Mode | Fly through objects | GhostMode [true/false] |
| Summon | Spawn creature/item | Summon [CreatureID] |
| Set Time | Change time of day | SetTime [0-24] |
| Kick Player | Remove player from server | KickPlayer [PlayerName] |
| Ban Player | Ban player from server | BanPlayer [PlayerName] |
Player Management Commands
# Get player list
ListPlayers
# Get player info
GetPlayerInfo [PlayerName]
# Teleport to player
TeleportToPlayer [PlayerName]
# Teleport player to you
TeleportPlayerToMe [PlayerName]
World Commands
# Change time of day
SetTime [0-24]
# Make it night instantly
SetNight
# Make it day instantly
SetDay
# Set weather
SetWeather [Clear/Storm/Rain]
RCON Configuration
Setting Up RCON
Edit ServerSettings.ini:
[ServerSettings]
AdminPassword="your_admin_password"
RconPort=25575
RconEnabled=true
RCON Tools
RCON Clients
- RustAdminIO: Web-based RCON interface
- MCRcon: Desktop RCON client
- Brudin RCON: Popular RCON tool
Web Admin Panels
- ConanAdmin: Server management interface
- Funcom Panel: Official server browser
- Custom Panels: Many community options
Moderation Tools
Chat Moderation
- Mute Player:
MutePlayer [PlayerName] [Duration] - Unmute Player:
UnmutePlayer [PlayerName] - Chat Logs: Enable in server config for moderation
Banning System
| Method | Duration | Reversible |
|---|---|---|
| Kick | Immediate | Yes |
| Temp Ban | Temporary | Yes |
| Perm Ban | Permanent | Yes (via database) |
| IP Ban | Permanent | No (needs database edit) |
Configuration Management
In-Game Settings Menu
- Join as admin
- Press Esc for menu
- Click Settings > Server Settings
- Modify settings in real-time
- Changes apply immediately
ServerSettings.ini Reference
[ServerSettings]
# Basic Settings
MaxPlayerCount=70
ServerName="My Conan Server"
ServerPassword=""
AdminPassword="your_password"
# Gameplay Settings
PVPEnabled=1
PVPServerName="My PVP Server"
DayCycleSpeedRate=0.5
DurabilityDamageMultiplier=1.5
# Avatar Settings
AvatarLifetime=30
AvatarDormancyTime=3600
# Building Settings
BuildingDamageMultiplier=1.0
CraftingCostMultiplier=1.0
# Economy
ItemConvertionMultiplier=1.0
Anti-Cheat & Security
BattleEye (Anti-Cheat)
BattleEye provides anti-cheat protection for Conan Exiles:
- Install: Download from BattleEye website
- Configuration: Add to server startup parameters
- Monitoring: View banned players and violations
- Integration: Works with server bans system
Mod Enforcement
- Whitelist Mods: Require players to have specific mods
- Block Cheats: Use modding tools to detect exploits
- Validate Files: Check player files for modifications
Backup & Recovery
Automated Backups
Create backup scripts for regular saves:
# Linux backup script
#!/bin/bash
DATE=$(date +%Y%m%d)
BACKUP_DIR="/backups/conan"
SOURCE_DIR="/path/to/conanserver/Saved"
# Create backup
tar -czf "$BACKUP_DIR/conan_$DATE.tar.gz" "$SOURCE_DIR"
# Keep last 7 days only
find "$BACKUP_DIR" -name "conan_*.tar.gz" -mtime +7 -delete
echo "Backup completed: $DATE"
Restore Procedure
- Stop server
- Backup current saves (just in case)
- Extract backup archive to save directory
- Start server
- Verify world loads correctly
Performance Monitoring
Server Metrics
- CPU Usage: Monitor during peak hours
- RAM Usage: Track memory consumption
- Player Count: Correlate with performance
- Network: Monitor bandwidth usage
Player Feedback Collection
- In-Game Polls: Ask players about performance
- Discord/Social: Gather feedback from community
- Ticket System: Set up reporting for issues
Frequently Asked Questions
How do I reset admin password?
Edit ServerSettings.ini and change AdminPassword value. Restart server.
Can players see admin status?
No, admins appear as normal players. However, some mods show admin tags.
What if I lock myself out?
Edit server config files directly to reset admin password or add a new admin.
How do I ban specific items?
p>Use mods like Item Blacklist or modify item spawn rates in config.Can I rollback the server?
No native rollback. Must use backups. Always backup before major changes.
Next Steps
- Set up your Conan Exiles server
- Configure server settings
- Install mods and anti-cheat
- Set up PvP and clan rules
Need Admin Tools? Supercraft provides full admin access, RCON tools, and expert support for your Conan Exiles server.