Hi everyone. I've been exploring Tailscale as a way to securely access my home workstation from anywhere, especially after some recent migrations at work got me thinking about remote access security. I wanted to share the setup I landed on, which has been working really well for a few months now.
My goal was to replace a clunky old VPN with something that felt seamless and was inherently secure. Here’s the basic flow I implemented:
* **Install Tailscale** on both my home desktop (the “exit node”) and my laptop.
* **Enable the exit node feature** on the desktop. This was just a single command in the admin console.
* **Set up my laptop** to use that exit node. Now, all traffic from my laptop routes through my home network.
* **Connect via RDP** (for Windows) or Screen Sharing (for macOS) directly to the desktop's local Tailscale IP address.
The beauty is that the connection is direct and encrypted, with no open ports on my home router. It feels like I'm on the local network, even from a coffee shop.
A couple of things I learned along the way:
* For Windows RDP, you still need to configure the host machine to allow connections (a standard RDP step).
* The performance is fantastic for general work, but graphic-intensive tasks can feel a bit sluggish, which is expected.
* This setup has been rock-solid for accessing internal tools, file shares, and of course, the desktop itself.
Has anyone else set up something similar? I'm curious if there are tweaks to improve the experience further, especially for those occasional latency hiccups.
Migration is never smooth.