2023-09-01 02:58:29 -04:00
|
|
|
<!doctype html>
|
2022-11-04 07:27:23 -04:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-02-09 08:49:05 -05:00
|
|
|
<title>headscale - Windows</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
margin: 40px auto;
|
|
|
|
max-width: 800px;
|
|
|
|
line-height: 1.5;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #444;
|
|
|
|
padding: 0 10px;
|
|
|
|
font-family: Sans-serif;
|
|
|
|
}
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
</style>
|
2022-11-04 07:27:23 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-02-09 08:49:05 -05:00
|
|
|
<h1>headscale: Windows configuration</h1>
|
2022-11-25 10:06:39 -05:00
|
|
|
<p>
|
2024-09-09 07:18:16 -04:00
|
|
|
Download
|
|
|
|
<a
|
|
|
|
href="https://tailscale.com/download/windows"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
target="_blank"
|
|
|
|
>Tailscale for Windows</a
|
2022-11-04 07:27:23 -04:00
|
|
|
>
|
2024-09-09 07:18:16 -04:00
|
|
|
and install it.
|
2022-11-04 07:27:23 -04:00
|
|
|
</p>
|
|
|
|
|
2023-04-04 02:58:32 -04:00
|
|
|
<p>
|
2024-09-09 07:18:16 -04:00
|
|
|
Open a Command Prompt or Powershell and use Tailscale's login command to
|
|
|
|
connect with headscale:
|
2023-04-04 02:58:32 -04:00
|
|
|
</p>
|
2024-09-09 07:18:16 -04:00
|
|
|
<pre><code>tailscale login --login-server {{.URL}}</code></pre>
|
2022-11-04 07:27:23 -04:00
|
|
|
</body>
|
|
|
|
</html>
|