mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-11 05:30:40 +00:00
24 lines
626 B
Markdown
24 lines
626 B
Markdown
|
|
# wayray-ctl Reference
|
||
|
|
|
||
|
|
> This page will be expanded as the management tool is implemented.
|
||
|
|
|
||
|
|
## Commands
|
||
|
|
|
||
|
|
```
|
||
|
|
wayray-ctl
|
||
|
|
session
|
||
|
|
list List all sessions
|
||
|
|
info <id> Show session details
|
||
|
|
kill <id> Terminate a session
|
||
|
|
set-timeout Set session timeout
|
||
|
|
server
|
||
|
|
status Show server status
|
||
|
|
stats Show performance statistics
|
||
|
|
cert
|
||
|
|
generate Generate self-signed TLS certificates
|
||
|
|
group
|
||
|
|
list List servers in the group
|
||
|
|
add <host> Add a server to the group
|
||
|
|
remove <host> Remove a server from the group
|
||
|
|
```
|