mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
620 B
Plaintext
31 lines
620 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zerotier-cli
|
|
|
|
> Control the local ZeroTier virtual network service.
|
|
> See also: `zerotier-idtool`, `zerotier-one`.
|
|
> More information: <https://github.com/zerotier/ZeroTierOne/blob/main/doc/zerotier-cli.1.md>.
|
|
|
|
- Join a network:
|
|
|
|
`sudo zerotier-cli join {{network_id}}`
|
|
|
|
- List networks:
|
|
|
|
`sudo zerotier-cli listnetworks`
|
|
|
|
- List peers in a readable format:
|
|
|
|
`sudo zerotier-cli peers`
|
|
|
|
- Leave a network:
|
|
|
|
`sudo zerotier-cli leave {{network_id}}`
|
|
|
|
- Display the status of ZeroTier One:
|
|
|
|
`sudo zerotier-cli {{[info|status]}}`
|