ZeroNews Review: Free Multi‑Protocol Intranet Tunneling Without a Public IP
This article introduces ZeroNews, a cloud‑based intranet‑penetration service that supports HTTP, HTTPS, TCP and UDP, explains how to register, obtain a token, install the client on various platforms, configure mappings, and compares its pros, cons, and features against ngrok, frp and Cloudflare Tunnel.
Why Intranet Penetration Tools Are Needed
Common scenarios include allowing remote colleagues to access local services during development, accessing a home Raspberry Pi or NAS while away, exposing web panels or management interfaces deployed inside a private network, and publishing services when the home network lacks a public IP.
ZeroNews Overview
ZeroNews is an edge‑node based intranet‑penetration service that supports HTTP, HTTPS, TCP and UDP protocols. Its key advantages are:
Custom domain support
Cloud‑side configuration management (much easier than ngrok’s command‑line mapping)
No need to maintain your own server (simpler than frp)
Client available for Windows, macOS, Linux, Docker, OpenWRT and Raspberry Pi
Installation and Setup
1. Register an account at https://www.zeronews.cc ; the free tier provides 4 Mbps bandwidth and two tunnels.
2. Obtain a token by logging into the dashboard, navigating to Devices , and adding a new token.
3. Download the client for your platform. Three installation methods are supported:
Method 1: Local Binary (Windows/macOS/Linux)
./zeronews -t <your_token>Method 2: Docker (recommended for Raspberry Pi or NAS)
docker run -d --name zeronews \
-e TOKEN=<your_token> \
--restart unless-stopped \
zeronews/zeronewsMethod 3: OpenWRT / Side‑router Deployment
Binary or Docker deployment with the same configuration steps.
Usage Guide
After logging into the dashboard:
Go to Resources and add a resource (choose HTTP/HTTPS/TCP/UDP).
Enter the local IP and port, e.g., 127.0.0.1:8000.
In Applications , create a mapping rule that binds the resource to a domain or port.
Once the mapping is saved, a public address is displayed; access it directly.
Pros and Cons
Pros
No public IP required – works behind NAT.
Cloud‑centralized configuration – one command runs the client.
Supports all major protocols (HTTP, HTTPS, TCP, UDP).
Multi‑platform client (Docker, Raspberry Pi, OpenWRT, etc.).
Encrypted tunnels with IP whitelist/blacklist.
One account can manage multiple devices and services.
Cons
Free tier limited to 4 Mbps bandwidth.
Edge nodes may occasionally be unstable, similar to other SaaS tunnels.
Initial configuration is more involved than ngrok’s single‑command setup.
Comparison with Other Tools
| Tool | Configuration Difficulty | Bandwidth / Limits | Protocol Support | Ideal Users | |------|--------------------------|-------------------|------------------|--------------| | ngrok | ★☆☆ (simplest) | Free tier limited speed | HTTP, TCP | Beginners, temporary access | | frp | ★★★ (requires self‑hosted server) | Depends on your server | HTTP, HTTPS, TCP, UDP | Ops / advanced users | | ZeroNews | ★★☆ (one‑time configuration) | Free 4 Mbps, expandable | All protocols, cloud config | Stable use, no self‑hosting needed | | Cloudflare Tunnel | ★★☆ | Free, HTTPS only | HTTPS | Users with Cloudflare domains |
Conclusion
If ngrok feels too weak, frp too complex, and Cloudflare Tunnel too limited, ZeroNews offers a free‑to‑start, no‑public‑IP solution with relatively simple configuration, full‑protocol support, and multi‑platform clients.
Lin is Dream
Sharing Java developer knowledge, practical articles, and continuous insights into computer engineering.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
