Commands

Console & Chat Commands

Solar ships a small set of commands. Every console command is console-only — it runs from the live server console (or txAdmin's live console), never from a player's chat. The one in-game command, /solar, opens the admin menu, and all of its actions are authorized server-side, so a non-admin gets nothing.
Why this is safe: console commands check source == 0 (the server console). A player typing them in chat is ignored. /solar's menu actions are each re-validated server-side against your admin list, so a cheater can't self-authorize.

Moderation

solarbanServer console
solarban <playerId> [reason]

Access: Server console only

Bans a connected player. Records the ban on the dashboard (so it blocks future reconnects), captures a screenshot for the Discord webhook, and drops the player. A reason is optional.

console
solarban 12 Cheating - mod menu
solarunbanServer console
solarunban <banId>

Access: Server console only

Lifts a ban by its ID. Accepts the alphanumeric ban code (e.g. SOLAR-E8G91O, or just E8G91O) or a legacy numeric id. The dashboard is the ban authority, so the unban is applied there.

console
solarunban SOLAR-E8G91O

Configuration

refreshconfigServer console
refreshconfig

Access: Server console only

Reloads the runtime configuration from the dashboard (or local config), then prints a summary: mode, socket bridge state, API URL, and how many detection methods are enabled vs disabled. Use after changing toggles on the dashboard if you don't want to wait for the next sync.

In-game

/solarIn-game chat
/solar

Access: Admins (every action re-authorized server-side)

Opens (or closes) the in-game admin menu — ESP, spectate, player management, spawning, and more. Anyone can type it, but the menu only functions for recognised admins because every action is validated server-side against your admin list. Non-admins see nothing actionable. You can also bind an open-menu key and per-option keybinds from inside the menu.