This guide provides a complete reference of all available server console commands for Skyrim Together Reborn.
The Console Enabled setting must be true in Settings > Skyrim Together STServer.ini for commands to work.
Accessing the Console
Server console commands are entered through the Wabbanode Control Panel:
- Navigate to the Wabbanode Control Panel.
- Select your Skyrim Together Reborn server.
- Click the Console tab.

- Enter commands using the
/commandformat.
General Commands
| Command | Description |
|---|---|
/help | Display all available commands |
/quit | Shutdown the server |
/uptime | Show how long the server has been running |
Player Management
| Command | Description |
|---|---|
/players | List all connected players |
/admins | List all players with admin privileges |
/AddAdmin [name] | Grant admin status to a player |
/RemoveAdmin [name] | Revoke admin status from a player |
Player Name Format
When specifying player names that contain spaces, use underscores instead:
/AddAdmin Skyrim_Together
This targets a player named "Skyrim Together".
Time and Date Commands
| Command | Parameters | Description |
|---|---|---|
/SetTime [h] [m] | Hours (0-23), Minutes (0-59) | Set the in-game time |
/SetDate [d] [m] [y] | Day (1-31), Month (1-12), Year | Set the in-game date |
Examples
Set time to 12:00 noon:
/SetTime 12 0
Set date to the 15th of Last Seed (August), year 201:
/SetDate 15 8 201
Server Information
| Command | Description |
|---|---|
/mods | List all installed mods on the server |
/resources | List all loaded resources |
Command Reference Table
| Command | Parameters | Description |
|---|---|---|
/help | None | Display all available commands |
/quit | None | Shutdown the server |
/uptime | None | Show server runtime |
/players | None | List connected players |
/admins | None | List admin players |
/AddAdmin | playername | Grant admin privileges |
/RemoveAdmin | playername | Revoke admin privileges |
/SetTime | hours minutes | Set in-game time |
/SetDate | day month year | Set in-game date |
/mods | None | List installed mods |
/resources | None | List loaded resources |
Tips
- Commands are case-sensitive (use
/AddAdmin, not/addadmin) - Use
/helpif you forget a command - Player names use underscores for spaces
- Time uses 24-hour format (0-23 for hours)
You now have a complete reference for all server console commands. Use these to effectively manage your Skyrim Together Reborn server.

