Access your local apps publicly through our free subdomains. No propietary client installation is required! Simply use the ssh
command, or another SSH client.
$ ssh -R 80:localhost:8080 your-name@arch-ub.top
Then you can access localhost:8080 from your-name.arch-ub.top.
If you get Permission denied (publickey)
, you may have to generate a public key:
$ ssh-keygen -t rsa -b 2048
To use a custom domain, please replace your-name part with your.domain.com.
Then go to your domain's DNS management and point your.domain.com using CNAME
to your.domain.com.arch-ub.top.
We only store your SSH username and public key fingerprint for routing purposes. We do not record any of your traffic.