background image
Game Servers 380 7 Days to Die 4 Abiotic Factor 2 Aloft 2 alt:V 2 Americas Army Proving Grounds 2 Among Us 2 Archean 2 ARK Survival Ascended 6 ARK Survival Evolved 3 Arma 3 3 Arma Reforger 2 Aska 2 AssaultCube 2 Assetto Corsa 3 Astro Colony 2 Astroneer 2 Automobilista 2 2 Avorion 2 Banana Shooter 2 Barotrauma 3 BATTALION Legacy 2 BeamNG.drive (BeamMP) 2 Black Mesa 2 Brickadia 2 Call of Duty 2 Citadel: Forged with Fire 2 ClassiCube 2 Clone Hero 2 Colony Survival 2 Conan Exiles 4 Contagion 2 Core Keeper 2 Counter-Strike 2 3 Craftopia 2 CryoFall 2 CS2D 2 Cube 2: Sauerbraten 2 Cubic Odyssey 2 DayZ 4 DDNet 2 DDRaceNetwork 2 Dead Matter 2 Dont Starve Together 4 Eco 2 Empyrion Galactic Survival 2 Enshrouded 3 Escape from Tarkov 2 Euro Truck Simulator 2 2 Factorio 2 Farming Simulator 25 2 Fistful of Frags 2 FiveM 3 FortressCraft Evolved 2 Foundry 2 Foundry VTT 2 Frozen Flame 2 FTL Tachyon 2 Garrys Mod 3 Ground Branch 2 Half-Life 2 Deathmatch 2 Hogwarp 2 Holdfast: Nations at War 2 HumanitZ 2 Hurtworld 2 Hytale 1 Icarus 2 Insurgency Sandstorm 2 IOSoccer 2 Just Cause 3 Multiplayer 2 Kerbal Space Program 2 Killing Floor 2 3 LeagueSandbox 2 Left 4 Dead 2 Left 4 Dead 2 3 Longvinter 2 Los Angeles Crimes 2 Medal of Honor 2 Midnight Ghost Hunt 2 Mindustry 2 Minecraft 4 Minetest 2 Modiverse 2 Mordhau 3 Mount & Blade II: Bannerlord 2 Myth of Empires 2 Nazi Zombies Portable 2 Necesse 2 NeosVR 2 Neverwinter Nights EE 2 Night of the Dead 2 Nightingale 2 No Love Lost 2 No More Room in Hell 2 No One Survived 2 Nova-Life Amboise 2 Nuclear Option 2 Onset 2 Open Fortress 2 OpenArena 2 OpenRA 2 OpenRCT2 2 OpenTTD 2 Operation Harsh Doorstop 2 Palworld 3 Path of Titans 2 Pavlov VR 3 PixARK 2 Plains of Pain 2 Portal Knights 2 Post Scriptum 2 Project Zomboid 8 Puck 2 Quake Live 2 R5Reloaded 2 RedM 2 Renown 2 Resonite 2 Return to Moria 2 Rimworld Together 2 Rising World 2 Risk of Rain 2 1 Rust 4 Satisfactory 1 SCP Secret Laboratory 3 SCUM 2 Smalland 2 Solace Crafting 2 Soldat 2 Soldat 2 2 Sonic Robo Blast 2 2 Sons of the Forest 2 Soulmask 2 SourceCoop 2 Space Engineers 3 Space Station 14 2 Squad 3 Starbound 3 StarMade 2 Stationeers 2 Stormworks 2 Subnautica Nitrox 2 Sunkenland 2 SuperTuxKart 2 Sven Co-op 2 Swords 'n Magic and Stuff 2 Team Fortress 2 3 Teeworlds 2 Terraria 3 TerraTech Worlds 2 TF2 Classified 2 The Forest 3 The Front 2 The Isle 2 Tower Unite 2 Trackmania 2 Unturned 4 Urban Terror 2 V Rising 3 Valheim 3 VEIN 2 Veloren 2 Vintage Story 3 Voyagers of Nera 2 Wolfenstein: Enemy Territory 2 Wreckfest 2 Wurm Unlimited 2 Xonotic 2 Zandronum 2 Getting Started 2 Network & Connectivity 1 Server Management 2
Categories

Among Us Impostor Server Admin Guide


This guide covers admin setup, server management, player management, custom game settings, plugins and mods, and troubleshooting for your Among Us Impostor server. Impostor is an open-source dedicated server for Among Us that gives you full control over hosting, plugins, and player management. For initial server setup, configuration, and connection instructions, see Among Us Impostor Server Setup Guide.

1. Admin Setup

The Impostor server is managed primarily through the GPanel console and the config.json configuration file. There is no traditional in-game admin system -- the server operator controls everything through server-side configuration and plugins.

Server Operator Access

As the server operator, you manage your Impostor server through:

  • GPanel Console: The server console in GPanel displays server output, player connections, lobby creation, game events, and error messages.
  • Configuration file: The config.json file controls server settings, anti-cheat, and plugin configuration. Edit via the Files tab in GPanel or via SFTP.
  • Plugins: Impostor supports a plugin system for extending server functionality. Plugins can add admin commands, custom game modes, and more.
Tip: Unlike traditional game servers, the Impostor server acts as a relay and game host. Game settings (maps, roles, kill cooldown) are set by the lobby host in-game. Server-side admin control focuses on who can connect, anti-cheat, and plugin-based extensions.

2. Server Management

Starting and Stopping

Use the GPanel Console tab to start, stop, and restart your Impostor server. The server is lightweight and starts quickly since it does not need to load a large game world.

Monitoring the Console

The GPanel console provides real-time information about server activity:

Event Description
Player connect A player has connected to the server and joined a lobby.
Player disconnect A player has left the server.
Game created A new game lobby has been created by a host.
Game started A lobby has started a game round.
Game ended A game round has concluded (crewmate or impostor win).
Anti-cheat trigger The anti-cheat system detected suspicious behavior from a player.

Updating the Server

When Among Us receives a game update, the Impostor server may need to be updated to maintain compatibility. GPanel typically handles this automatically. If players report connection issues after an update, open a support ticket to check if a server update is available.

3. Player Management

Anti-Cheat System

Impostor's built-in anti-cheat is the primary player management tool. Configure it in config.json:

"AntiCheat": {
  "Enabled": true,
  "BanIpFromGame": true
}
  • Enabled -- Turns the anti-cheat system on or off. Keep this true for public servers.
  • BanIpFromGame -- Automatically bans detected cheaters by IP from the current game session.

Handling Disruptive Players

Since Impostor does not have a built-in ban list by default, here are your options for dealing with disruptive players:

  • Anti-cheat auto-ban: The anti-cheat handles most cheaters automatically when enabled.
  • Lobby kick: The lobby host can kick players through the normal Among Us in-game interface.
  • Server restart: Restarting the server disconnects all players and clears all lobbies.
  • Plugin-based banning: Install a ban management plugin for persistent IP or account banning (see Section 5).

4. Custom Game Settings

Among Us game settings are controlled by the lobby host through the in-game interface. The lobby host can customize the following before starting a game:

Maps

  • The Skeld -- The classic spaceship map. Compact layout with security cameras.
  • MIRA HQ -- A high-rise headquarters with a decontamination system and doorlog instead of cameras.
  • Polus -- A planet base with outdoor areas, lava, and a larger layout.
  • The Airship -- The largest map based on the Henry Stickmin universe. Features ladders and moving platforms.
  • The Fungle -- A jungle-themed map with mushroom-based mechanics.

Key Game Settings

Setting Range Description
Impostors 1-3 Number of impostors per game. 1 for small groups, 2-3 for larger lobbies.
Kill Cooldown 10-60s Time between impostor kills. Lower values make games faster and more dangerous.
Player Speed 0.5x-3x Movement speed for all players. Standard is 1.0x-1.25x.
Crewmate Vision 0.25x-5x How far crewmates can see. Lower values increase difficulty.
Impostor Vision 0.25x-5x How far impostors can see. Usually set higher than crewmate vision.
Discussion Time 0-120s Time players must discuss before voting begins.
Voting Time 0-300s Time allowed for voting after discussion.
Tasks (Short/Common/Long) 0-3 each Number of tasks assigned to crewmates. More tasks = longer games.

Roles

Among Us includes special roles that can be enabled by the lobby host:

  • Engineer -- Crewmate that can use vents like an impostor.
  • Scientist -- Crewmate that can check vitals from anywhere.
  • Guardian Angel -- Dead crewmate that can protect living players from kills.
  • Shapeshifter -- Impostor that can disguise as another player.
  • Phantom -- Impostor that can temporarily turn invisible.

5. Plugins and Mods

Impostor supports a plugin system that allows you to extend server functionality beyond the default capabilities.

Installing Plugins

  1. Stop the server from GPanel.
  2. Download the desired plugin (usually a .dll file) from the Impostor plugin community.
  3. Upload the plugin file to the server's plugins/ directory via SFTP. See How to Upload Files via SFTP for instructions.
  4. Some plugins may require additional configuration files -- check the plugin's documentation.
  5. Start the server and check the console to confirm the plugin loaded successfully.

Popular Plugin Types

  • Ban management -- Persistent IP/account banning with ban lists.
  • Custom roles -- Add new roles beyond the vanilla game (e.g., Sheriff, Jester, Mayor).
  • Game mode modifiers -- Custom game modes like Hide and Seek, Zombies, etc.
  • Logging -- Enhanced logging of player actions and game events.
  • Anti-cheat extensions -- Additional cheat detection beyond the built-in system.
Plugin compatibility: Plugins must be compatible with your Impostor server version. After server updates, check that all plugins have been updated. Incompatible plugins can cause crashes or unexpected behavior. Always back up your server before adding new plugins.

6. Troubleshooting

Server Crashes on Startup

  • Check the GPanel console for error messages. Common causes include malformed JSON in config.json (missing commas, brackets, or quotes).
  • If you recently added plugins, try removing them from the plugins/ directory to see if a plugin is causing the crash.
  • Delete config.json and restart to regenerate a fresh config with defaults.
  • If the crash persists, open a support ticket with your server IP and the full console output.

Players Cannot Connect

  • Verify the server is running in GPanel and check the console for errors.
  • Confirm players have correctly modified their regionInfo.json to point to your server IP and port.
  • Ensure both the server and the Among Us client are on compatible versions. Game updates frequently break compatibility until the Impostor server is updated.
  • Verify the IP and port in config.json match what GPanel shows in the Network tab.

Games Not Starting

  • Ensure the lobby has enough players to start (minimum varies by impostor count).
  • Check if any plugins are interfering with game start logic.
  • Restart the server and have the host create a new lobby.

Anti-Cheat False Positives

  • If legitimate players are being flagged by the anti-cheat, you can temporarily set AntiCheat.Enabled to false in config.json.
  • This is generally only needed for private servers with trusted players.
  • Re-enable anti-cheat when playing with public groups.

Version Mismatch After Game Update

  • Among Us updates frequently, and each update may require a corresponding Impostor server update.
  • Check the GPanel for server update availability.
  • If no update is available yet, players may need to wait or roll back their Among Us client version to match the current Impostor server.
  • Open a support ticket if the server remains incompatible after an Among Us update.

Related Articles

Need Help?

If you run into issues with your Among Us Impostor server that are not covered here, open a support ticket and include your server IP, a description of the problem, and any relevant error messages from the GPanel console.


T'ha estat útil aquest article?

Ready to Get Started?

The servers are booted, select your plan and become our latest satisfied client.