You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/access-your-dappnode/vpn/tailscale.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,22 +93,38 @@ That's it! You've successfully configured Tailscale to connect to your Dappnode.
93
93
<details>
94
94
<summary> <b>Linux</b></summary>
95
95
96
-
Open up a terminal and run the following command:
96
+
1.Open up a terminal and run the following command:
97
97
```bash
98
98
sudo tailscale up --accept-routes
99
99
```
100
-
To stop the connection, run:
100
+
101
+
2. If it's your first time using Tailscale in this device, a browser window may open asking to connect this device to your Tailscale account. Click on **"Connect"**. That's it! You're now connected to your Dappnode.
102
+
103
+
3. To stop Tailscale in any moment, run the following command:
101
104
```bash
102
105
sudo tailscale down
103
106
```
104
-
107
+
:::info
108
+
Having trouble using Tailscale on Linux? Check out the [Tailscale Linux documentation](https://tailscale.com/kb/1031/install-linux) for more information.
109
+
:::
105
110
106
111
</details>
107
112
108
113
<details>
109
114
<summary><b>Windows</b></summary>
110
115
111
-
1. Comming Soon!
116
+
1. Once installed, Tailscale's icon will appear in your system tray. Click on it.
117
+
2. If it's your first time using Tailscale in this device, a browser window may open asking to connect this device to your Tailscale account. Click on **"Connect"**. That's it! You're now connected to your Dappnode.
118
+
119
+
<palign="center">
120
+
<img width="50%"src="/img/tailscalewindows.png"/>
121
+
</p>
122
+
123
+
3. To disconnect tailscale, right click on the icon on the system tray and log out or exit the application.
124
+
125
+
:::info
126
+
Having trouble using Tailscale on Windows? Check out the [Tailscale Windows documentation](https://tailscale.com/kb/1022/install-windows) for more information.
0 commit comments