Use it
to test your webhooks.
to show your project to Mom.
to test your site on mobile.
to work from 127.0.0.1.
to access your raspberry pi.
to build peer-to-peer apps.
Quickstart with bash
1
Install Telebit
curl https://get.telebit.io/ | bash
2
Claim your device via Email
Hello!
Want to use 'Jon's Macbook Pro' with Telebit?
Just confirm your email address:
Confirm Email Address
3
Enjoy Anytime, Anywhere Access
For Local Development~/telebit http 3000Forwarding https://jondoe.telebit.io => localhost:3000curl -fsSL https://jondoe.telebit.io/For Sharing Files~/telebit http ./project.zipServing ./project.zip as https://jondoe.telebit.iocurl -fsSL https://jondoe.telebit.io/For Access with SSH~/telebit ssh autoForwarding jondoe.telebit.io -p 5050 => localhost:22Forwarding ssh+https (openssl proxy) => localhost:22ssh -p 5050 jondoe.telebit.iossh -o ProxyCommand="sclient %h" jondoe.telebit.ioFor Debugging with TCP~/telebit tcp 9000Forwarding jondoe.telebit.io -p 5050 => localhost:9000netcat jondoe.telebit.io 5050