Roblox Account Manager
Last updated
Was this helpful?
Last updated
Was this helpful?
Passwords cannot contain symbols, letters and numbers only.
Found an error or a bug? Report it to the or .
Requires Password *
These settings can be edited by opening the settings window by clicking the gear button on the top right of the Account Manager.
DevMode: Enables Developer Mode for RAM allowing extra settings such as Copy Cookie
EnableWebServer: When RAM is launched, a local web server is opened allowing for using the RAM API
WebServerPort: The Web Server's Port (You should probably change this)
AllowGetCookie*: Allow usage of the GetCookie request (DANGEROUS)
AllowGetAccounts*: Allow usage of the GetAccounts request (DANGEROUS)
AllowLaunchAccount*: Allow usage of the LaunchAccount request (DANGEROUS)
AllowAccountEditing: Allows the account alias, description, and fields to be edited.
Password: Requires 6+ letters in order to use methods that require it. CANNOT BE EDITED WHILE ACCOUNT MANAGER IS RUNNING
EveryRequestRequiresPassword: Every request will require you to attach your password.
GET
http://localhost:port/LaunchAccount?Account=ROBLOX&PlaceId=1818&JobId=exam-plej-obid&Password=Whatever
Launches an account from account manager using the given PlaceId Requires AllowLaunchAccount setting to be set to true
Password
string
Account*
string
PlaceId*
number
JobId
string
FollowUser
boolean
JoinVip
boolean
GET
http://localhost:port/FollowUser?Account=ROBLOX&Userrname=Shedletsky&Password=Whatever
Follow a user into their game (if they're online)
Account*
string
Username*
string
Password
string
GET
http://localhost:port/SetServer?Account=ROBLOX&PlaceId=1818&JobId=exam-plej-obid&Password=Whatever
Sets the next server roblox matchmaking will put you in.
Password
string
Account*
string
PlaceId*
number
JobId
string
GET
http://localhost:port/SetRecommendedServer?Account=ROBLOX&PlaceId=1818&Password=Whatever
Sets the next server roblox matchmaking will put you in. Roblox Account Manager will choose the next smallest server depending on what servers are loaded.
Password
string
Account*
string
PlaceId*
number
GET
http://localhost:port/BlockUser?Account=ROBLOX&UserId=63700903
Blocks a user by their UserId
Account*
string
UserId*
number
GET
http://localhost:port/UnblockUser?Account=ROBLOX&UserId=63700903
Unblocks a user by their UserId
Account*
string
UserId*
number
GET
http://localhost:port/UnblockEveryone?Account=ROBLOX
Will unblock everyone.
Account*
string
GET
http://localhost:port/GetField?Account=ROBLOX&Field=PhantomForcesXP
Get a specific field of an account.
Account*
string
Field*
string
GET
http://localhost:port/SetField?Account=ROBLOX&Field=PhantomForcesXP&Value=2388
Set an account's field.
Account*
string
Field*
string
Value*
string
GET
http://localhost:port/RemoveField?Account=ROBLOX&Field=PhantomForcesXP
Removes an account's field.
Account*
string
Field*
string
POST
http://localhost:port/SetAlias?Account=ROBLOX
Set an account's alias
Account*
string
Alias*
string
POST
http://localhost:port/SetDescription?Account=ROBLOX
Set an account's description
Account*
string
Description*
string
POST
http://localhost:port/SetAvatar?Account=ROBLOX
Set an account Avatar with JSON
Avatar JSON*
string
JSON Containing avatar data
POST
http://localhost:port/AppendDescription?Account=ROBLOX
Append something to an account's description
Account*
string
Description*
string
GET
http://localhost:port/GetAlias?Account=ROBLOX
Get an account's alias
Account*
string
GET
http://localhost:port/GetDescription?Account=ROBLOX
Account*
string
GET
http://localhost:port/GetCookie?Account=ROBLOX&Password=Whatever
Get an account's cookie (DANGEROUS, USE A SECURE PASSWORD IF YOU'RE USING THIS) Requires AllowGetCookie setting to be set to true
Account*
string
Password*
string
GET
http://localhost:port/GetAccounts?Password=Whatever
Gets the account names in account manager and returns a list separated by commas. Requires AllowGetAccounts setting to be set to true
Password*
string
Group*
string
Filter the list by a specific group
GET
http://localhost:port/GetAccountsJson?Password=Whatever&IncludeCookies=true&Group=Default
Retrieve a list of accounts in the accounts in the account manager including most of the data
LastUse value will be in roblox's tick format
IncludeCookies
boolean
Group
string
Filter the list by a specific group
GET
http://localhost:port/GetCSRFToken?Account=ROBLOX&Password=Whatever
Returns the X-CSRF-Token assigned to the account
Account*
string
GET
http://localhost:port/GetBlockedList?Account=ROBLOX&Password=Whatever
Get the list of people the account has blocked
Account*
string
GET
http://localhost:port/ImportCookie?Cookie=.ROBLOSEC...&Password=Whatever
Imports an account using a cookie
Cookie*
string