Skip to content

Getting Started

Galkurta edited this page Jan 29, 2026 · 1 revision

Getting Started

This guide will walk you through setting up Roblox Account Manager (RAM) on your machine.

Prerequisites

Before installing, ensure you have the following components installed on your Windows system (Windows 10/11):

  1. .NET 8.0 Runtime (Desktop) - Required to run the application.
  2. Microsoft Edge WebView2 Runtime - Usually pre-installed on Windows 11, but required for the embedded browser features.

Installation

Option 1: Installer (Recommended)

  1. Navigate to the Releases Page on GitHub.
  2. Download the latest RobloxAccountManager_Setup.exe.
  3. Run the installer and follow the on-screen instructions.
  4. Launch RobloxAccountManager from your desktop or start menu.

Option 2: Portable Zip

  1. Download the .zip file from the Releases Page.
  2. Extract the contents to a folder of your choice (e.g., C:\RobloxAccountManager).
  3. Run RobloxAccountManager.exe directly from the folder.

Note: RAM stores encrypted data locally. If you move the portable folder, your data remains with it, but ensure you don't delete the Data subfolder if you want to keep your accounts.

Building from Source

If you prefer to compile the latest code yourself:

Requirements

  • Visual Studio 2022
  • .NET 8.0 SDK

Steps

  1. Clone the repository:
    git clone https://github.com/Galkurta/Account-Manager.git
  2. Open the solution file RobloxAccountManager.sln in Visual Studio.
  3. Right-click the solution in Solution Explorer and select Restore NuGet Packages.
  4. Change the build configuration to Release.
  5. Build the solution (Ctrl + Shift + B).
  6. The executable will be located in the bin/Release/net8.0-windows directory.

Clone this wiki locally