tailscale

The easiest, most secure way to use WireGuard and 2FA. (by tailscale)

Tailscale Alternatives

Similar projects and alternatives to tailscale

  1. Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. syncthing-android

    Discontinued Wrapper of syncthing for Android.

  4. Jellyfin

    The Free Software Media System - Server Backend & API

  5. awesome-selfhosted

    A list of Free Software network services and web applications which can be hosted on your own servers

  6. Nextcloud

    ☁️ Nextcloud server, a safe home for all your data

  7. Tutanota makes encryption easy

    Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.

  8. ZeroTier

    A Smart Ethernet Switch for Earth

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. pivpn

    311 tailscale VS pivpn

    The Simplest VPN installer, designed for Raspberry Pi

  11. Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

  12. wireguard-vyatta-ubnt

    WireGuard for Ubiquiti Devices

  13. headscale

    An open source, self-hosted implementation of the Tailscale control server

  14. traefik

    The Cloud Native Application Proxy

  15. crowdsec

    CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

  16. Netmaker

    Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.

  17. Nebula

    A scalable overlay networking tool with a focus on performance, simplicity and security

  18. netbird

    Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.

  19. frp

    120 tailscale VS frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  20. cloudflared

    Cloudflare Tunnel client (formerly Argo Tunnel)

  21. innernet

    A private network system that uses WireGuard under the hood.

  22. tinc

    a VPN daemon

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tailscale alternative or higher similarity.

tailscale discussion

Log in or Post with
  1. User avatar
    jdh313
    · 11 months ago
    · Reply

    Review ★★★★★ 10/10

  2. User avatar
    9d77799b
    · 11 months ago
    · Reply

    Review ★★★★★ 10/10

    WIP/TODO: Looks promising. Will definitely check this one out! ;3

tailscale reviews and mentions

Posts with mentions or reviews of tailscale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-01.
  • The Umbrel OS for home-lab, self-hosted tech solutions
    1 project | dev.to | 11 May 2025
    For example, the home networking, personal VPN, we may use Tailscale. https://tailscale.com/ which is also listed on the Umbrel App Store.
  • How I made my Home Server accessible outside my home
    4 projects | dev.to | 1 May 2025
    Here then comes VPN (Virtual Private Network) which is basically establishes a protected network connection when using public networks. I already have relevant experiences with this one as some of my previous projects involves private repositories that can only be accessed by connecting into the client's VPN. There are many solutions for this specific use case like WireGuard, but in this particular blog, I chose Tailscale.
  • Optimizing My Dev Workflow in 2025
    7 projects | dev.to | 16 Apr 2025
    I had 2 old laptops sitting around, both 10 years old. I turned both into a home server. Installed Ubuntu Server, set up Docker, and now I run all my containers remotely. With Tailscale, I can securely connect to it like it's on the same network. This way, my MacBook doesn't have to run MongoDB, Redis, or RabbitMQ anymore. That alone freed up a lot of memory. I can even run other services like HomeAssistant, MailHog, Immich, etc.
  • Again self-hosting! on k3s
    4 projects | dev.to | 15 Apr 2025
    Then I wanted to add Tailscle which besides being a "best in class VPN" for the homelabbers, allows you to add k8s services directly into your tailnet. What does it mean? The Tailscale operator allows you to access your k8s applications only when you are logged into your private network (tailnet), with the usage of your domain for ended with ts.net. You can configure it in two ways on the resource side, with ingress or with service annotation.
  • An open source, self-hosted implementation of the Tailscale control server
    12 projects | news.ycombinator.com | 2 Apr 2025
    here's the GitHub issue tracking the problem:

    https://github.com/tailscale/tailscale/issues/3363

  • Porting Tailscale to Plan 9
    3 projects | news.ycombinator.com | 2 Apr 2025
    We actually have that nowadays... the config file support to tailscaled, as Irbe mentioned on the bug Jan 2024: https://github.com/tailscale/tailscale/issues/1412#issuecomm...
  • Tailscale Enterprise Plan 9 Support
    1 project | news.ycombinator.com | 2 Apr 2025
  • Ask HN: What is the most secure way of baby monitoring?
    1 project | news.ycombinator.com | 28 Mar 2025
    I dunno if the CIA would trust them but I like Amcrest cameras

    https://amcrest.com/

    because they have a wide range of different price points and capabilities. Use these with software like

    https://zoneminder.com/

    which you could run on a cheap Linux box. For secure access use

    https://tailscale.com/

  • DiceDB
    6 projects | news.ycombinator.com | 16 Mar 2025
    Vertical scaling this language also gets into painful territory quite often, I’ve had to workaround this problem before but never with a thing that felt like this: https://github.com/tailscale/tailscale/blob/main/syncs/shard...
  • ZeroTier – home VPN without a public IP address
    3 projects | news.ycombinator.com | 9 Feb 2025
    Hmm, yes, I think you’re right. Tailscale does handle the connection here, not Wireguard.

    I’ve digged into it a bit and I believe it first connects over a relay, then the devices try to find a more optimal route. So for LAN, they would exchange their local IPs and try to connect over those. If they are indeed on the same LAN, they connect directly: https://tailscale.com/kb/1257/connection-types

    This is not without issues, however: https://github.com/tailscale/tailscale/issues/7206

  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic tailscale repo stats
1039
22,483
9.9
4 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com