Skip to content

Commit

Permalink
Add instructions for macOS GUI
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby authored and juanfont committed Dec 5, 2022
1 parent a58a552 commit 4de676c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions templates/apple.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,22 @@ <h2>Recent Tailscale versions (1.34.0 and higher)</h2>
the new login command to connect to one or more headscale (and Tailscale)
servers. The previously used profiles does not have an effect anymore.
</p>
<h3>Command line</h3>
<p>Use Tailscale's login command to add your profile:</p>
<pre><code>tailscale login --login-server {{.URL}}</code></pre>

<h3>GUI</h3>
<ol>
<li>
ALT + Click the Tailscale icon in the menu and hover over the Debug menu
</li>
<li>Under "Custm Login Server", select "Add Account..."</li>
<li>
Enter "{{.URL}}" of the headscale instance and press "Add Account"
</li>
<li>Follow the login procedure in the browser</li>
</ol>

<h2>Apple configuration profiles (1.32.0 and lower)</h2>
<p>
This page provides
Expand Down

0 comments on commit 4de676c

Please sign in to comment.