Retro AIM Server is an instant messaging server that revives AOL Instant Messenger clients from the 2000s.
The following features are supported:
Get up and running with Retro AIM Server using one of these handy server quickstart guides:
Don't have AIM installed yet? Check out the AIM Client Setup Guide.
This project is under active development. Contributions are welcome!
Follow this guide to learn how to compile and run Retro AIM Server.
Check out the Retro AIM Server Discord server to get help or find out how to get involved.
The Management API provides functionality for administering the server (see OpenAPI spec):
curl http://localhost:8080/user
curl -d'{"screen_name":"myScreenName", "password":"thepassword"}' http://localhost:8080/user
curl -X PUT -d'{"screen_name":"myScreenName", "password":"thenewpassword"}' http://localhost:8080/user/password
This request lists sessions for all logged in users.
curl http://localhost:8080/session
Retro AIM Server is licensed under the MIT license.