Impostor is one of the first Among Us private servers, written in C#.
The latest version supported is 2020.9.22
, both desktop and mobile.
There are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData
packets can be looked at.
All Among Us features are implemented. It is a full replacement for the official server.
- Create game
- Join game
- Start game
- Game listing
- V1 GameCodes (AAAA)
- V2 GameCodes (AAAAAA)
- Kick player
- Ban player
- Server redirection
- Multiple master servers
If you just want to play on a server hosted by someone else, you need to follow these instructions.
- Find the latest release.
- Download
Impostor-Client-win-x64.zip
. - Extract the zip.
- Run
Impostor.Client.exe
. - Follow the instructions inside the application.
See the wiki for instructions on how to set it up.
If you want to contribute to Impostor, make sure you work on and target the dev
branch. That is where the latest changes will be.
This software is distributed under the GNU GPLv3 License.