Skip to content

Repository files navigation

Version License Downloads

robloxmanager

A Modified fork of https://gitlab.com/centerepic/robloxmanager with additional changes. Use at your own risk

I originally made these changes for my own use because there were features I wanted that weren't in the original project. Since they may be useful to others, I've decided to publish them here.

⚠️ Migration Warning

If you are migrating from the original robloxmanager to this fork, please be aware of the following:

When you open your existing account store and enter your master password, the store will be upgraded to this fork's newer encryption format. This fork uses:

  • AES-256-GCM for authenticated encryption
  • Argon2id for password-based key derivation
  • A unique per-store random salt

After the migration is saved, the encryption format will be different from the original robloxmanager format. The account store will no longer be readable by the original robloxmanager, even with the same master password. This is expected behavior and is required for the stronger encryption system. If you plan to continue using the original robloxmanager, make a backup of your account store before opening it with this fork.

Account data is stored in %APPDATA%\RM

Note: Some parts of this project were developed with AI assistance. While everything has been reviewed and tested, bugs are still possible. If you encounter any issues, please open an issue report.

If you're looking for a Roblox Account Manager that is known to be working fine, I recommend using the original project instead: https://gitlab.com/centerepic/robloxmanager

A fast, lightweight Roblox account manager built with Rust and egui. Manage multiple Roblox accounts, launch games, and switch between sessions with ease.

This is a fork maintained at github.com/w1z3x3/robloxmanager. The original upstream project lives at gitlab.com/centerepic/robloxmanager. Contributions are welcome — see CONTRIBUTING.md. To report a security issue, see SECURITY.md.

⚠️ Disclaimer: This tool interacts with Roblox authentication cookies and game-launching internals. Use at your own risk. The multi-instance feature bypasses Roblox's singleton mutex, which may conflict with Hyperion anti-cheat and could carry ban risk. This project is not affiliated with or endorsed by Roblox Corporation.

Features

  • Multi-Account Management - Add, remove, and organize Roblox accounts into groups, with cookie-based auth
  • Bulk Import - Paste many cookies at once (one per line or comma-separated) or load them from a .txt/.csv file
  • Encrypted Storage - AES-256-GCM with an Argon2id-derived key (per-store salt), or Windows Credential Manager
  • Multi-Instance - Launch multiple Roblox clients simultaneously
  • Bulk Launch - Launch selected accounts into the same server sequentially
  • VIP Server Assignments - Pin a specific VIP/private server to a specific account, then bulk-launch every account straight into its assigned server
  • Launch Presets - Save Place ID / server configurations and reuse them in one click
  • Privacy Mode - Clears tracking cookies before each launch
  • Auto Window Tiling - Arranges Roblox windows in a grid after launch
  • Live Presence - Real-time Online / In Game / In Studio / Offline indicators
  • Auto-Rejoin - Automatic game rejoin for accounts

End user

Go to https://github.com/w1z3x3/robloxmanager/releases/, download the precompiled file (.exe) and launch

Building from Source

Prerequisites

  • Rust (stable, 1.82+)
  • Windows 10/11 (required for Win32 APIs)

Build

# Clone the repository
git clone https://github.com/w1z3x3/robloxmanager.git
cd robloxmanager

# Build in release mode
cargo build --release

# Run
cargo run --release

The compiled binary will be at target/release/ram_ui.exe.

Development

# Check for errors without building
cargo check

# Run with debug logging
RUST_LOG=debug cargo run

Usage

  1. First launch - Set a master password when adding your first account
  2. Add accounts - Click "+ Add Account" and paste your .ROBLOSECURITY cookie
  3. Launch - Select an account, enter a Place ID, and click Launch
  4. Bulk launch - Ctrl+click or Shift+click to select multiple accounts, then use the group panel
  5. Settings - Configure multi-instance, privacy mode, auto-arrange, and more

Credits

  • Roblox Account Manager by ic3w0lf22 — The original Roblox account management project that served as inspiration and a reference for related functionality.
  • robloxmanager by centerepic — The project this repository is based on and forked from, with additional changes, fixes, and features added.

License

MIT

Releases

Packages

Contributors

Languages