entry.io.vn turns any local port into a public HTTPS URL using a single SSH reverse tunnel — no binary to install, no custom client, no app signup. It's a free, non-profit ngrok alternative built on plain ssh -R.
→ Your app on port 3000 instantly gets https://<name>.entry.io.vn. Works on Windows 10+, macOS, Linux (the ssh client is already there).
3000 to your local port):
| Use case | Command |
|---|---|
| HTTP app → public HTTPS URL | ssh -p 2222 -R 80:localhost:3000 entry.io.vn |
| Fixed subdomain | ssh -p 2222 -R myapp:80:localhost:3000 entry.io.vn |
| Raw TCP port (DB, game server…) | ssh -p 2222 -R 0:localhost:5432 entry.io.vn |
| entry.io.vn | Client-based tunnels | |
|---|---|---|
| Install | Nothing — uses your ssh | Download + run a binary/agent |
| Auth | Your SSH key | Account token in a config file |
| Cost | Free (non-profit) | Free tier + paid plans |
| Also offers | VPN · DDNS · remote desktop · MCP for AI agents | Varies |