AltMan is a cross platform Roblox account manager. It lets you store multiple accounts, launch multiple Roblox instances, and switch between accounts without logging in every time.
-
Multi Account Management – Add, organize, and securely store cookies for multiple Roblox accounts
-
Multi Instance Support – Launch multiple Roblox instances on the same machine
-
Quick Join – Join games via JobID, PlaceID, or Private Server Links
-
Friends Integration – View and manage friends per account
-
Friend Requests – Send friend requests directly from the interface
-
Server Browser – Browse active Roblox servers
-
Private Servers
- View joinable private servers
- Manage private servers you own
-
Advanced Filtering – Filter servers by ping or player count
-
Game Search – Search Roblox games by title or keyword
-
Log Parser – Convert Roblox logs into a human readable format
-
Multiple Client Support (macOS only) – Assign different Roblox clients per account:
- Default
- Hydrogen
- Delta
- MacSploit
- Launch AltMan
- Navigate to
Accounts - Click
Add Account→Add Via CookieorAdd Via Login - Paste your cookie and confirm
- By JobID – Join a specific server instance
- By PlaceID – Join a game by place ID
- By Username – Join a user's session (if allowed)
- By Private Server Link – Join using a private server share link
You can also join games via the Servers or Games tabs
- Select an account
- Open the Friends tab
- Send or manage friend requests
Contributions are welcome.
If you want to help:
- Fork the repository
- Create a branch from
main - Keep changes small and focused
- Follow the existing structure/style
- Open a pull request explaining what you changed
Before submitting a PR:
- Open an issue first for major changes
- Make sure the project builds
- Avoid mixing refactors with new features
Bug reports and feature ideas are always welcome.
- Windows 10 or 11 (tested on Windows 11 24H2)
- macOS 13.3+
- Active internet connection
- Visual Studio 2022 (or Build Tools) with Desktop development with C++
- CMake ≥ 3.25
- vcpkg (set
VCPKG_ROOT) - Git
git clone https://github.com/TheRouletteBoi/altman.git
cd altmangit clone https://github.com/microsoft/vcpkg.git %USERPROFILE%\vcpkg
%USERPROFILE%\vcpkg\bootstrap-vcpkg.bat%USERPROFILE%\vcpkg\vcpkg.exe installmkdir build
cmake -B build -S . ^
-DCMAKE_TOOLCHAIN_FILE=%USERPROFILE%\vcpkg\scripts\buildsystems\vcpkg.cmake ^
-A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Releasemkdir build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target AltMan -j 8- Account cookies are stored locally and encrypted on your machine
- No account data is transmitted to third party servers
Tools that manage cookies or run multiple Roblox clients can carry risk.
Depending on how they are used they may violate Roblox Terms of Service and could potentially lead to warnings, suspensions, or bans.
AltMan does not attempt to bypass Roblox security systems, but you are responsible for how you use it.
Never share your cookies.
