Commander
Documentation | Website | Discord server
Commander is a brand-new administration panel for Roblox games. With the design and the logic from CanaryAdmin. It is the most powerful administration panel in Roblox ever.
In this thread, you can find installation guide for Commander and CanaryAdmin, which is the old version.
Developer preview
As Commander 4 is near the public rollout phase, we would like to have developers to test the upcoming release of Commander, to ensure that the current system is well enough in terms of stability and performance.
This version is not complete yet; some features are missing or not fully done/optimised
Here is the list of the features that are not fully implemented into the system yet:
- Built-in commands (2-3 commands remaining)
- Well-developed API for commands (Half done)
- Messaging
- Searching commands
Notes
-
As this is currently still being tested, we do not encourage fully relying on this developer preview of Commander for your game.
-
If you have spotted an error and anything that is related to performance/stability/optimisation, please let us know by sending us a private message in DevForum.
-
Keybind is
;
-
Settings can be found in
SystemPackages
folder in theServer
script. By default, string will be assumed as usernames and number will be assumed as userid.
Installation
Download this file and put it into Studio, read readme
Download model
Older versions
DP2 A1145.rbxl
DP2 A1144.rbxl (72.4 キロバイト)
DP1 A1130.rbxl (68.0 キロバイト)
DP1.rbxl
Commander is open-sourced and licensed under MIT
Looking for CanaryAdmin? Expand this!
CanaryAdmin
Latest version:
[BETA] CanaryAdmin V3.5 - Roblox
Read the ReadMe
file once you’ve put it into your game, the instructions can be found there
Custom themes
Themes can be installed by executing the theme installer code in the command bar, installation requires the administration system to be installed first.
Solar dark
local HttpService = game:GetService("HttpService") local e = HttpService.HttpEnabled HttpService.HttpEnabled = true loadstring(HttpService:GetAsync("https://raw.githubusercontent.com/Kunari-JP/Solar-Dark/master/Installer.lua"))(e)