GameAP supports a variety of popular game servers. It is designed to be easy to use, making it suitable for both small-scale and large-scale game server hosting.
Install, start, stop, and restart game servers from a single place. Monitor status in real time across multiple dedicated machines.
Secure real-time access to your game server console without the need to connect via SSH.
Manage your game server files. Edit files and extract archives. The panel provides a more functional and secure file manager than FTP or SFTP.
GameAP can be extended with a variety of plugins that let you add new features, integrations, and automations without modifying the core. Browse the plugin catalog, install with one click, and configure each plugin to your needs.
A built-in scheduler helps automate game server maintenance. Set up automatic restarts on a daily, hourly, or custom interval. Schedule updates, backups, and any other operations to keep your servers running smoothly without manual intervention.
Assign granular permissions to each user on a per-server basis. Toggle individual actions: starting, stopping, file manager access, console reading, and player management.
GameAP has a rich and well-documented API that lets you integrate your tools. See ready-made code examples in Go, PHP, Node.js, and CLI. Automate server provisioning, query status, or build your own interface on top of the panel.
A sandbox game where players can build, explore, and survive in a blocky, procedurally generated world. You can fully manage your Minecraft server using GameAP.
Multiplayer first-person shooter game developed and published by Valve. This game is supported by GameAP, you can manage players, maps, and other settings.
Survival game developed by Facepunch Studios. In Rust, players must gather resources, craft items, and build shelters to survive in a hostile open-world environment.
Popular open-world action-adventure game developed by Rockstar North. You can create and manage your GTA V server using GameAP.
Installation is very simple and takes a few minutes
Connect to your dedicated server and run the following command:
bash <(curl -s https://gameap.com/install.sh)
More detailed information: Installation instruction for Linux
Download the latest version of gameapctl from GitHub:
https://github.com/gameap/gameapctl/releases
Run gameapctl.exe from an archive.
Click 'Install' button in the opened browser tab.
More detailed information: Installation instruction for Windows
Connect to your dedicated server and run the following command:
docker run --detach \
--name gameap \
--publish 80:80 \
--volume gameap:/var/lib/gameap \
gameap/gameap