Panel/modules/billing/docs_old/games/conan-exiles.md
copilot-swe-agent[bot] b9d3d5a285 Implement new documentation system with categorized docs browser
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 10:52:35 +00:00

107 lines
3.9 KiB
Markdown

# Conan Exiles — Complete Dedicated Server Guide
## Startup Parameters
**Default command line**
```bash
ConanSandboxServer.exe -log -Port=7777 -QueryPort=27015 -MaxPlayers=40
```
**Parameters (exhaustive, server-relevant only)**
- `-log` — Enable logging.
- `-Port=<port>` — Game port. Default: 7777.
- `-QueryPort=<port>` — Query port. Default: 27015.
- `-MaxPlayers=<num>` — Maximum players (1-40).
- `-ServerName="<name>"` — Server name.
- `-ServerPassword="<pass>"` — Server password.
- `-AdminPassword="<pass>"` — Admin password.
- `-RconEnabled=<True|False>` — Enable RCON.
- `-RconPort=<port>` — RCON port.
- `-RconPassword="<pass>"` — RCON password.
**Ports**
- Game: UDP **7777** (primary)
- Query: UDP **27015** (Steam query)
- RCON: TCP **25575** (if enabled)
## Config Files & Locations
**Windows:**
- `WindowsServer/Conan Exiles/Saved/Config/WindowsServer/` — Configuration directory
- `WindowsServer/Conan Exiles/Saved/Logs/` — Log files
- `WindowsServer/Conan Exiles/Saved/SaveGames/` — Save files
**Linux:**
- `/home/conan-exiles/Saved/Config/LinuxServer/` — Configuration directory
- `/home/conan-exiles/Saved/Logs/` — Log files
- `/home/conan-exiles/Saved/SaveGames/` — Save files
**Key Files:**
- **GameUserSettings.ini**: Main server configuration
- **Game.ini**: Advanced game settings
- **Engine.ini**: Engine-specific settings
## Steam Workshop
Not supported by this game.
## Common Mods (curated)
**Admin/Management Mods**
- Check official mod repositories or community sites for Conan Exiles
- Look for server administration, anti-cheat, and quality-of-life mods
- Install according to game's modding framework (if available)
**Popular Community Mods**
- Search Steam Workshop (if supported) for highly-rated server mods
- Check game's official forums and community sites for recommended mods
- Verify mod compatibility with current server version
**Installation Notes**
- Follow each mod's specific installation instructions
- Some games require mod loading frameworks or special startup parameters
- Test mods individually before combining multiple mods
## Database
Not applicable - this game does not use a database for core functionality.
## Administration & Scripting
**Remote Administration:**
- RCON (Remote Console) access for server management
- Web-based admin panels (game-specific or third-party)
- In-game admin commands and permissions
**Backup Strategy:**
- Automated daily backups of save files and configuration
- Rotate backups (keep 7 daily, 4 weekly, 12 monthly)
- Test backup restoration procedures regularly
- Store backups in separate location/drive
**Auto-Update:**
- Use SteamCMD for automatic server updates (Steam games)
- Schedule updates during low-traffic periods
- Backup before applying updates
- Monitor for update announcements and patch notes
**Monitoring:**
- Server performance monitoring (CPU, memory, network)
- Player connection logs and statistics
- Error log monitoring and alerting
- Uptime tracking and availability reporting
## Troubleshooting (game-specific)
**Server not starting**
- **Cause**: Missing dependencies, incorrect configuration, or port conflicts
- **Fix**: Check server logs, verify all required files are present, ensure ports are available
**Players cannot connect**
- **Cause**: Firewall blocking server port or incorrect network configuration
- **Fix**: Open required ports in firewall, verify server is binding to correct IP address
**Performance issues/lag**
- **Cause**: Insufficient server resources or suboptimal configuration
- **Fix**: Monitor CPU/memory usage, optimize server settings, reduce player/entity limits
**Configuration not loading**
- **Cause**: Syntax errors in config files or incorrect file paths
- **Fix**: Validate configuration file syntax, check file permissions, review server logs
**Mod/plugin conflicts**
- **Cause**: Incompatible mods or plugin version mismatches
- **Fix**: Test mods individually, update to compatible versions, check for known conflicts