GameAdmin
Sign In
GameAdmin
Cloud-Powered ARK Operations Center
Streamlined control and integration for your ARK: Survival Ascended servers.
Server
Global Infrastructure Management
Deploy and manage containers across continents. Our platform connects you to your infrastructure from anywhere in the world.
Currently serving
12
Active Machines
72
Game Servers
151
Total Users
Ready in minutes

Speed up your server setup

Deploy your ARK: Survival Ascended game servers with Docker containers in minutes.
Containerized environments for consistent, isolated deployments with easy scaling.

Get Started
API

ArkServerApi

Expand your ARK: Survival Ascended game servers with arkserverapi powerful API.
Add new features to your servers with ease.

ArkAPI & MariaDB
Compatibility

Windows & Linux Support

Deploy your servers on your preferred operating system.
Full compatibility with both Windows Server 2022/2025 and Ubuntu Linux 22.04 LTS.

Windows and Linux Compatibility
Dashboard

Intuitive Control Center

Monitor and manage your servers with our comprehensive dashboard.
Real-time metrics, automated alerts and easy configuration management.

Dashboard Overview
Updates

Steam Updates

Stay up to date with the latest Steam server changes.
Checked every minute for maximum reliability.

Steam Updates
Core Features
Core Server Management
Server Deployment
Deploy and manage game servers with ease. Monitor performance, handle configurations, and maintain uptime across multiple machines and environments.
Docker Containerization
Automated server deployment using Docker containers for maximum reliability, security, and easy scaling. Isolated environments for each server instance.
Steam Updates Management
Automated Steam game server updates with flexible scheduling. Choose between automatic updates or manual deployment based on your operational needs.
Configuration Management
Server Configuration
Centralized configuration management for all server settings. Template-based configurations with version control and rollback capabilities.
INI File Management
Direct editing and management of game configuration files with syntax highlighting, validation, and backup before changes.
Mod & Plugin Management
CurseForge Integration
Install, update, and manage mods with automatic CurseForge integration. Bulk operations, dependency resolution, and mod compatibility checking included.
ARK Server API Support
Full compatibility with ARK Server API for enhanced server management and plugins. Automated framework installation with plugin marketplace access - plugin installs are manual.
Mod Load Order
Manage mod loading priorities and dependencies with drag-and-drop interface. Conflict detection and resolution recommendations.
Player & Admin Tools
Player Management
Manage player data, permissions, and access controls through an intuitive interface. Ban management, whitelist control, and player statistics.
RCON Console
Remote console access with command history, auto-completion, and batch command execution. Real-time server command interface.
Admin Permissions
Granular admin permission system with role-based access control. Custom permission sets and inheritance for complex admin hierarchies.
Analytics & Logs
Performance Monitoring
Real-time server performance metrics including CPU, memory, network usage, and player count with historical data and alerting.
Log Management
Centralized log collection and analysis with search, filtering, and real-time monitoring. Error detection and notification system.
Machine Usage History
24-hour historical data tracking for machine performance including RAM usage, CPU utilization, and disk space consumption with detailed charts and trends.
Security & Access Control
Team Access Control
Granular permission system for team management. Control access levels for machines, servers, and administrative functions per team member with audit trails.
API Security
Secure API access with token-based authentication, rate limiting, and comprehensive access logging for all API interactions.
Data Encryption
End-to-end encryption for sensitive data including passwords, API keys, and configuration files with secure key management.
Quality of Life & Automation
Scheduled Operations
Configure automatic server restarts with timezone-aware scheduling. Support for multiple time zones, custom restart messages, and countdown notifications.
Automated Backups
Automated backups and restore points for your game servers and player data with configurable retention policies. Backups are saved locally on users' machines.
Discord Integration
Real-time notifications and server status updates through Discord webhooks with customizable message templates and role mentions.
Advanced Features
Multi-Region Support
Deploy and manage servers across multiple geographic regions with centralized control and region-specific optimizations.
Cluster Management
Easy cluster creation and deployment with a few clicks. Streamlined setup for linked servers with shared configurations and synchronized management within single machines.
Resource Optimization
Intelligent resource allocation and optimization with auto-scaling capabilities and performance tuning recommendations.
Knowledge Base
Windows Server
Supported versions:
  • Windows Server 2022
  • Windows Server 2025
Installation Steps:
  1. Download and run the installer

    Get the latest release from EnableSSHInstaller. This will:

    • • Enable and configure OpenSSH Server
    • • Start the SSH service
    • • Configure Windows Firewall for SSH access
    • • Install Python 3.12.6
    • • Install Chocolatey package manager
    • • Install 7zip
  2. Add your machine

    Visit gameadmin.app/add-machine and provide:

    • • Administrator account credentials
    • • Machine IP address
    • • Machine password

    Note: Password is only used for initial setup and key-based authentication configuration.

  3. Configure your machine

    Visit gameadmin.app/machines to:

    • • View your machine status
    • • Change default drive (via Machine Settings)
    • • Install required applications (Docker, SteamCMD)
Ubuntu Linux
Supported version:
  • Ubuntu 24.04 LTS
Installation Steps:
  1. Add your machine

    Visit gameadmin.app/add-machine and provide:

    • • Administrator account credentials
    • • Machine IP address
    • • Machine password

    Note: Password is only used for initial setup and key-based authentication configuration.

  2. Configure your machine

    Visit gameadmin.app/machines to:

    • • View your machine status
    • • Change default drive (via Machine Settings)
    • • Install required applications (Docker, SteamCMD)
ARK API & Database Setup
Required components:
  • MariaDB 11.3.2
  • ARK Server API
Installation Steps:

Option 1: Automatic Setup (Recommended)

Use our dashboard for one-click installation:
  • • Installs and configures MariaDB Server
  • • Sets up remote access permissions
  • • Creates default database user (admin/password)
  • • Configures security settings

Option 2: Manual Setup

  1. 1. Install MariaDB:

    • • Download MariaDB 11.3.2
    • • Run installer with UTF8 character set
    • • Set root password during installation
  2. 2. Configure Remote Access:

    Edit configuration file at:

    C:\Program Files\MariaDB 11.3\data\my.ini

    Add these lines:

    [mysqld]
    bind-address=0.0.0.0
  3. 3. Create Admin User:

    Run this command in PowerShell:

    "C:\Program Files\MariaDB 11.3\bin\mysql.exe" -u root -e "CREATE USER 'admin'@'%' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES;"
  4. 4. Configure Firewall Rules:

    Run these PowerShell commands as Administrator:

    # Remove existing rules
    Get-NetFirewallRule -DisplayName "Allow MySQL from *" -ErrorAction SilentlyContinue | Remove-NetFirewallRule
    # Add new rule for local subnets
    New-NetFirewallRule -DisplayName "Allow MySQL from Local Subnet" -Direction Inbound -Action Allow -Protocol TCP -LocalPort 3306 -Profile Any
  5. 5. Test Connection:

    • • Host: Your server's IP address
    • • Port: 3306
    • • Username: admin
    • • Password: password

Security Notice

After confirming your setup works, immediately change the default admin password and consider restricting the firewall rules to only the necessary IP ranges.

Discord Status Bot Setup
Real-time ARK server status updates in your Discord server
Setup Instructions:

Step 1: Create API Key

Generate an API key for bot authentication:

Step 2: Invite the Bot

Add the bot to your Discord server:

Step 3: Server Configuration

Enable the bot for your server:

  • Go to container settings
  • Navigate to notifications tab
  • Enable "Include this server in the discord status bot"

Step 4: Channel Setup

  1. Select the channel for status updates
  2. Copy the channel ID
  3. Enter the channel ID in bot configuration
  4. Click "Install Bot" to complete setup

Step 5: You're All Set!

  • Status updates will appear in your designated channel
  • Updates refresh automatically every minute
  • Monitor your server status in real-time

Need Help?

If you encounter any issues during setup, please contact our support team or visit our documentation for troubleshooting guides.

Important Note
A fresh installation of your chosen operating system is required. Support will not be provided for modified or pre-existing installations.
Ready to Get Started?
Join server administrators who trust Game Admin for their server management needs.
Create Your Account
Trusted Resources
ARK Server API
Official API for ARK: Survival Evolved & Ascended
Key Features:
  • Plugin development framework
  • Server management tools
  • Player management capabilities
  • Cross-server communication
  • Automated server operations
Beacon
Recommended Configuration Tool
Key Features:
  • 295+ loot drops management
  • Community-maintained templates
  • Automated server configuration
  • Mod support and integration
  • Privacy-focused design
ARK Server API Integration
Game Admin provides full integration with ARK Server API, offering comprehensive server management capabilities. Beacon is recommended as a complementary tool for server configuration.

Trustpilot Reviews

See what our users are saying

Read Reviews

Support Development

Help me make Game Admin even better

Support on Patreon
Copyright © 2025 Vasile Jianu ·Terms of Service ·Privacy Policy ·Legal ·
Application developed by
Vasile Jianu