TO AVOID ISSUES WITH LICENSING PLEASE JOIN DISCORD BEFORE PURCHASING
Requirements
- Ark Server Manager (ASM) - This system works with ASM
- MySQL Database - Required for system operation
Features
- Interactive Dashboard - Web-based dashboard for complete server management
- Cluster Management - Cross-cluster management with Discord control panels and cluster-wide RCON
- Server Management - View logs, Discord control panels per server
- RCON Console - Send commands to one, multiple, or all maps with real-time responses
- Plugin Management - Auto API install, plugin groups, sync, upload/download configs with backups
- Scheduled Tasks - Schedule any function for one-time, hourly, daily, or weekly execution
- User Management - Advanced permissions - users only see functions they have access to
- Full Audit Log - Track who does what and when, including Discord button usage
- Auto Recovery - Crash-on-boot recovery within 1 minute, hang detection with PID check
Configuration
JavaScript:
{
"token": "", // Discord bot token
"licenseKey": "", // Your license key
"clientId": "", // Discord application client ID
"clientSecret": "", // Discord application client secret
"redirectUri": "http://localhost:4016/auth/callback", // OAuth2 redirect URI
"guildId": "", // Discord server ID
"ownerId": [], // Array of owner Discord IDs
"webPort": 4016, // Web dashboard port
"database": { // Main database for server manager
"host": "", // MySQL host
"port": 3306, // MySQL port
"user": "", // MySQL username
"password": "", // MySQL password
"database": "" // Database name
},
"infoSystemsDatabase": { // InfoSystem database for server status
"useServerStatus": true, // Enable server status from InfoSystem
"host": "", // MySQL host
"port": 3306, // MySQL port
"user": "", // MySQL username
"password": "", // MySQL password
"database": "" // InfoSystem database name
}
}
Recommended Plugins
- KickAll (Free) - Avoids character corruption by kicking players before shutdown
- InfoSystem (Free) - Server status and player count without spamming RCON