-
Notifications
You must be signed in to change notification settings - Fork 42
Useful console command examples
There are several ways to interact with the console:
-
Administrators with local access can strike CTRL-C and interact with the command prompt. This is the same as otherwise raising SIGINT and interacting with the server using standard input and output, which is available to parent processes.
-
Administrators may join themselves to !control:SERVERNAME room (using terminal:
room join !control:servername @user:servername
).👉 Note responses to commands are truncated to the 64 KiB Matrix event limit in this mode (but rarely an issue).
-
Executing the server with the
-console
parameter will spawn the console immediately after startup. The server will still be running normally in the background. -
Executing the server with the
-execute <command>
parameter will spawn the console immediately after startup and execute the command. Upon completion the console will exit; the server will still be running normally in the background.👉 Only the next argument after
-execute
is the command. Refer to your shell's documentation for how to pass complex program options (hint: use quotes around commands with spaces).👉 Use multiple
-execute
parameters for multiple commands.
❗ THE CONSOLE HAS COMPLETE CONTROL OF THE SERVER. CHANGES TO SERVER STATE AND CONFIGURATION THROUGH THE CONSOLE ARE EFFECTIVE IMMEDIATELY. ERRONEOUS VALUES MAY CAUSE UNEXPECTED BEHAVIOR RESULTING IN PROGRAM TERMINATION AND/OR LOSS OF DATA. ACCESS TO THE !CONTROL ROOM AND SERVER TERMINAL MUST REMAIN RESTRICTED AT ALL TIMES TO AUTHORIZED USERS ONLY.
👉 To learn more about a command, including the list of all sub-commands, use
help <command>
. We kindly request your contribution for missing help text.
-
$
event - Atomic unit of Matrix protocol. -
!
room - Collection of events in a timeline. -
@
user - Party to the Matrix Protocol. -
+
group - Collection of rooms and users. -
:
node - Collection of users (a.k.a. origin, server). - bridge - Management of an application-service.
- fed - Diagnostic for a remote server interaction (federation API).
- mc - Diagnostic for remote server interaction (client API).
- file - Diagnostic for media.
- events - Diagnostic over multiple/all events known to server.
- rooms - Diagnostic over multiple/all rooms known to server.
- users - Diagnostic over multiple/all users known to server.
- groups - Diagnostic over multiple/all groups known to server.
- bridges - Diagnostic over multiple/all registered application-services.
- feds - Performs equivalent diagnostic to fed over multiple/all servers in a room.
- vm - Information about event dispatch; core processing.
- hook - Information about event listeners.
- synchron - Information about synchronizing clients.
- redact - Quick shortcut to redact an event.
- fetch - Diagnostic to fetch an event from any server in a room.
- stage - Create and manipulate events from scratch in console memory (difficult interface).
- help - List commands or information about a command.
- credits - Information about the project, license and contributors.
-
version - The server's current version (N.B.
version -a
). - versions - Versions from library and system dependencies.
- exit - Close the console (ctrl-d/EOF).
- conf - List and control server configuration.
- sync - Force flush and synchronize to local storage.
- restart - Restart the server.
- die - Shutdown the server.
- aio - Information about Linux AIO (on available systems).
- ctx - Userspace threading lists and controls.
- db - Database system interface.
- fs - Miscellaneous filesystem related commands.
- ios - Core event loop diagnostics.
- log - Logging system interface.
- mem - Dynamic memory interface.
- mod - Dynamic module system.
- net - Miscellaneous network related commands.
- prof - Profiling and performance related.
- stats - Server statistics and tickers.
-
client - Information and control over incoming connections.
-
peer - Information and control over outgoing connections.
-
resource - Information and control over incoming request handlers.
-
host - Domain Name System diagnostic suite.
-
well_known - well-known diagnostic (i.e.
well_known matrix server <host>
)
- date - Diagnostic for the current date and time.
-
env - Posix environment variables for server (N.B.
env *
). - icu - Diagnostic explaining all characters (including hidden) given as argument.
-
ls - Convenience browser of the server's
$PWD
- mark - Immediately mark the logfiles with a message which can be searched for later.
-
proc - Convenience browser of
/proc/self/
(i.e.proc sched
proc net
proc net/tcp
) - stringify - Diagnostic outputting canonical JSON from argument.
- uptime - Duration the server has been running.
- bt - Print a backtrace.
- debug - Toggle debug logging.
- demangle - Diagnostic for symbol name mangling.
-
test - dlsym(3) the function
bool ircd::ircd_test(const string_view &)
and pass argument. - vg - Valgrind hypercall interface (when running in valgrind).
A Matrix-ID itself is recognized as a command for convenience.
Shows the known data of the specific room_id.
Shows the known data of an event in the room's state.
Shows the known data of the specific event_id.
Shows the content field of the specific event_id.
Shows the raw JSON of the specific event_id.
Room aliases are resolved to a room_id
throughout all console commands. In this case it behaves as <room_id>
was described earlier.
can be
- room_id (
!kjkjkjljlkjkljlk:example.com
) - alias (
#alias:example.com
)
lookup room events
Rebootstrap room: try to clear and re-retrieve all data from the start
Re-bootstrap a room from a known join event, using any server which has the said event. Can be usd to rebuild the room graph in case of... need.
List room events, optionally restricting to the given type or the given mxid. Maybe any of them.
Get complete room state according to the server
Manually rebuild the present room state
from the room state space
. Required if the present state resolves incorrectly or falls out of sync due to bugs or missing functionality in the server.
Manually rebuild the higher dimension room state space
table from the room events
table. Required if any state event is missing from this table, but is in the room events
(rare).
Show all possible states for a given (type,state_key)
"cell"
- The state which is selected for the present-state is marked with an
*
asterisk. - A state which fails one of the three authentication phases is marked with an
X
and a reason string may be present on the right. - A state which has been redacted is marked with an
R
Show members of a room according to the server.
Show room events (or at least the first few ones).
Show events only ? to ?. The first number is ? and the second is ?.
Remove room data from server [will be backfilled if needed]. May be needed to remove histerical historical rooms causing trouble.
Grabs the user and throws it into the room.
room join #construct:zemos.net @joe:construct.example.com
Mass reset room heads of remote rooms
Configuration and settings.
Enable logging to file(s).
Show all differences between your current configuration and the defaults.
Log level and facility control.
List all logging facilities. CONSOLE
and FILE
are displayed if active.
Enable log levels equal and less than provided level (affects console only). Most severe log level is CRITICAL (0) and least severe level is DEBUG (7). Therefor log level CRITICAL
only displays CRITICAL messages.
Only enables facilities listed (affects console only). All other facilities are muted.
Note: log mask
with no arguments mutes all facilities.
Mutes all facilities listed (affects console only). All other facilities will be enabled.
Example: log unmask m.presence m.typing m.receipt
Note: log unmask
with no arguments unmutes all facilities.
Federation related.
Federation query to host
for event with result pretty-printed in console. Use "raw" argument to display actual string received from host; or use "eval" argument to process the event.
Federation query to host
for the state of room
at event_id
. Optionally the "eval" argument will process the state as well (note this is for diagnostic purposes and may evaluate the state slower than normal methods).
List active databases
Information on a database (events
, media
).
Show database columns (and their size).
Call a RocksDB compaction on db (events
or media
) table (like _room_head
).
Majority of the memory usage is db cache. This command shows the memory usage of the db cache. If you use two stars (**
) you get the details.
You can tailor the "Capacity" by configuring like conf ircd.m.dbs.content.cache.size
.
Show room tags of an user. (Supposedly.)
Quick redact command. The user_id defaults to @ircd:your.host
which is only useful for internal rooms. For
public rooms you must give the user with permission to redact.
Some examples:
-
redact !dns:your.host well-known.matrix.server some.host
- drop record from the well-known cache. -
redact !dns:your.host ircd.net.dns.rrs.AAAA some.host
- drop ip6 record from the DNS cache.
This is useful when you want to restart a module without die
ing the whole server. Like, when you update webbapp
you out to
-
mod reload web_root
since The Construct have cached the webapp files.