# Tailscale
In order to configure the port used the Tailscale daemon on Windows, create the following file containing the port you want to use:
```
C:/ProgramData/Tailscale/tailscaled-env.txt
```
```
PORT=12345
```
After changing the port you'll have to restart the Tailscale service with
```powershell
net stop Tailscale
net start Tailscale
```