: cons remote start¶
Start the remote console
Usage: : cons remote start [HOST] [PORT]
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<HOST> | The hostname. Use 127.0.0.1 to bind to localhost on IPv4, localhost to bind to ::1 on IPv6, and 0.0.0.0 to bind on all addresses on IPv4 (or :: for IPv6), so other devices on the network can connect to it (risky) | 127.0.0.1 | |
<PORT> | The port. Use 0 to let the OS assign a random port | 0 |
Risky
This command is marked as risky, so it cannot be used in lockdown mode.