Skip to main content

Managing node service via MysteriumCLI

Andzej Korkuz avatar
Written by Andzej Korkuz
Updated today

The MysteriumCLI lets you control and monitor your node directly from the terminal. Below are the most common commands.


Start or stop WireGuard

WireGuard starts automatically during installation, so you usually don’t need to start it manually.

Start:

service start wireguard

Stop:

service stop wireguard

Check active services

See the ID and status of your running services:

service list

Example output:

[Running] ID: 7b4652a8-2021-4b9d-aeea-da7a60709678 ProviderID: 0x00f735d4ad380b56b92cd6c9f078763bbfeab3e8 Type: wireguard

List sessions

Check active or past sessions:

service sessions

NAT status

View NAT Traversal status and NAT type:

nat

Node health

See your node’s version and uptime:

healthcheck
Did this answer your question?