After setting up Cloudflared on Termux, we can now SSH into the phone that has Termux installed.
-
Create a Public Hostname,
ssh.example.com
, with the following properties:a. Service type:
SSH
b. URL:
127.0.0.1:8022
After setting up Cloudflared on Termux, we can now SSH into the phone that has Termux installed.
Create a Public Hostname, ssh.example.com
, with the following properties:
a. Service type: SSH
b. URL: 127.0.0.1:8022
In Termux, issue:
pkg upgrade
pkg install cloudflared
title: "How to run Tailscale without root"
subtitle: "Longing to connect to your lab server?"
author: "Mitanshu Sukhwani"
date: "2025-06-07
"
lang: en
description: "Learn how to set up and run Tailscale in user-space without root access. Includes steps for downloading static binaries, configuring tailscaled with a custom socket and port, automating startup via cron, and troubleshooting multi-user setups."