Category: tailscale
-
Run OpenCode Web and the CLI Side by Side Without Corrupting Your Sessions
Run the OpenCode CLI and its browser-based web UI at the same time by giving each its own SQLite database and syncing one-way. No shared db file, no path flipping on live data, no disk I/O corruption.
-
Veeam Agent Windows: Push-Deploy Physical Box to Backup Repository
Physical Windows machine needs backing up to Veeam repository. Here’s the exact checklist: firewall ports, credentials, and the UAC registry key that blocks agent push-deploy. 20 minutes. Most of it hunting one setting.
-
Reliable Remote Desktop at Home with Tailscale and Guacamole
Set up browser-based remote desktop to any machine on your home network using Tailscale mesh VPN and Apache Guacamole. No port forwarding, no TeamViewer lockouts, no Chrome dependency. Works across Windows, Linux, and Docker containers from a single URL.
-

Hosting Behind 4G: Using tailscale with pfsense
Hosting services directly over a 4G connection poses challenges due to dynamic IPs, NAT complexities, and port restrictions. Tailscale provides a solution, simplifying dynamic IP management, NAT traversal, and port forwarding. This article outlines the steps to host seamlessly behind 4G using Tailscale. Steps to Host Behind 4G with Tailscale Get your VPS up and…