Impostor is one of the first Among Us private servers, written in C#.
The latest version supported is 2020.9.9
, 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
can be looked at.
Almost all standard features are implemented at this moment, except for public games. It is already possible to host and play private games.
- Create game
- Join game
- Start game
- Find game
- V1 GameCodes (AAAA)
- V2 GameCodes (AAAAAA)
- Kick player
- Ban player
- Server redirection
- Server reselect
If you just want to play, follow the client instructions.
When hosting a server, make sure port 22023 is open and forwarded for UDP. It is not possible to use a different port because Among Us seems to have hardcoded 22023, even though the functionality for setting a port exists.
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.
docker run -p 22023:22023/udp aeonlucid/impostor
- Find the latest release.
- Download either the Windows or the Linux version.
- Extract the zip.
- Run
Impostor.Server.exe
(Windows) /Impostor.Server
(Linux)
This software is distributed under the GNU GPLv3 License.