-
-
Notifications
You must be signed in to change notification settings - Fork 407
Basic Usage
byt3bl33d3r edited this page Oct 25, 2019
·
3 revisions
Start a Teamserver, the default port is 5000:
python3 st teamserver <teamserver_ip> <teamserver_password>
Connect to a Teamserver:
Note the wss:// (two s's) in the URL which indicates an encrypted websocket connection (TLS), without this all traffic from the client to the teamserver will be in cleartext!
python3 st client wss://<username>:<teamserver_password>@<teamserver_ip>:5000
Alternatively, run st
without any arguments and connect to a Teamserver manually using the CLI menu:
~# python3 st client
[0] ST ≫ teamservers
[0] ST (teamservers) ≫ connect -h
Connect to the specified teamserver(s)
Usage: connect [-h] <URL>...
Arguments:
URL teamserver url(s)
[0] ST (teamservers) ≫ connect wss://username:<teamserver_password>@<teamserver_ip>:5000
- To Do
- To Do
- To Do