pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit fe5e866440136370ea1402f4d7a5ab7adfdd0e08
parent 34eebec0aea87528e8438aa4754e5b3c86d4b742
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 15 Jan 2024 12:33:22 +0000

heads_or_tails

Diffstat:
Mentry/heads_or_tails.md | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/entry/heads_or_tails.md b/entry/heads_or_tails.md @@ -16,4 +16,19 @@ systemctl enable headscale systemctl start headscale ``` -* add first user +* on server add first user +``` +headscale users create <username> +``` +* install tailscale app on devices +``` +systemctl enable tailscale +systemctl start tailscale +tailscale up --login-server https://<server> +``` + +* check node list +``` +headscale nodes list +``` +