← Back to Sign Up
Server Info
Server: aim.tsurette.com
Port: 5190
macOS Setup
AIM for macOS Recommended
Runs the classic AIM 5.1 client natively on macOS (Intel & Apple Silicon) via a Wineskin wrapper. No VM needed.
- Download the latest
.zip from GitHub Releases
- Unzip and remove the quarantine flag:
sudo xattr -d com.apple.quarantine ~/Downloads/AOL\ Instant\ Messenger.app
- Move to Applications and launch it
- It will prompt to download the AIM installer from archive.org — click Yes
- Complete the AIM install wizard
Connect to this server
- On the sign-on screen, click Setup
- Go to Sign On/Off → Connection
- Set Host to
aim.tsurette.com
- Set Port to
5190
- Click OK and sign in with your screen name
Alternative: Adium
Adium supports AIM but may try to use AOL's auth servers. If it doesn't connect, add this to /etc/hosts:
sudo sh -c 'echo "aim.tsurette.com login.oscar.aol.com" >> /etc/hosts'
Windows Setup
AIM 5.1 Recommended
The classic AIM experience. Works on modern Windows.
- Download AIM 5.1.3036 from Internet Archive
- Run the installer with default settings
Connect to this server
- On the sign-on screen, click Setup
- Go to Sign On/Off → Connection
- Set Host to
aim.tsurette.com
- Set Port to
5190
- Click OK and sign in
Alternative: Pidgin
Pidgin is a free, open-source multi-protocol chat client.
- Download and install from pidgin.im
- Accounts → Manage → Add
- Protocol: AIM
- Enter your screen name and password
- Click the Advanced tab
- Set Server to
aim.tsurette.com
- Set Port to
5190
- Click Add and connect
Linux Setup
Pidgin Recommended
Pidgin has native AIM support and is available in most package managers.
Install
sudo apt install pidgin # Debian/Ubuntu
sudo dnf install pidgin # Fedora
sudo pacman -S pidgin # Arch
Connect to this server
- Open Pidgin
- Accounts → Manage Accounts → Add
- Protocol: AIM
- Enter your screen name and password
- Click the Advanced tab
- Set Server to
aim.tsurette.com
- Set Port to
5190
- Click Add and connect
Alternative: Wine + AIM 5.1
You can also run the Windows AIM client via Wine:
sudo apt install wine
wine aim51.exe
Then configure the server host as described in the Windows tab.