Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Impostor/Impostor
Impostor - An open source reimplementation of the Among Us Server
https://github.com/Impostor/Impostor
among-us private-server
Last synced: 9 days ago
JSON representation
Impostor - An open source reimplementation of the Among Us Server
- Host: GitHub
- URL: https://github.com/Impostor/Impostor
- Owner: Impostor
- License: gpl-3.0
- Created: 2020-09-20T21:08:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:13:21.000Z (20 days ago)
- Last Synced: 2024-10-25T18:45:24.800Z (19 days ago)
- Topics: among-us, private-server
- Language: C#
- Homepage:
- Size: 1.91 MB
- Stars: 2,260
- Watchers: 41
- Forks: 331
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Impostor
[![Discord](https://img.shields.io/badge/Discord-chat-blue?style=flat-square)](https://discord.gg/Mk3w6Tb)
[![CI](https://github.com/Impostor/Impostor/workflows/CI/badge.svg)](https://github.com/Impostor/Impostor/actions)Impostor is the first working **Among Us** private server, written in C#.
As Among Us is actively updated, you may want to use the latest build from the master branch if you want to play on the latest version of Among Us that supported by Impostor.
If you want to play on an older version of Among Us, you can download old releases from [here](https://github.com/Impostor/Impostor/releases/), however these versions are less supported.
## Features
- All Among Us features are implemented. It is a full replacement for the official server.
- Plugin support.
- Server-sided anticheat.## Installation
### Client
If you just want to play on a server hosted by someone else, you need to configure your client to connect to an Impostor server. Please go to [this website](https://impostor.github.io/Impostor) to set up your client by following the instructions for your OS there.
### Server
See the [docs](docs/Running-the-server.md) for instructions on how to set it up.
## Troubleshooting
See [TROUBLESHOOTING](docs/TROUBLESHOOTING.md) to solve issues with the Impostor client or the server.
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).
## License
This software is distributed under the **GNU GPLv3** License.
## Credits
- [willardf/Hazel-Networking](https://github.com/willardf/Hazel-Networking)