๐ก Live signup shield
Create your token
Create your token
then tunnel like anime magic.
This portal creates your AnimeFu zrok enable token and checks your current IP against the live VPN/proxy/datacenter signup shield before account creation.
Portal guard is live
VPN/proxy/datacenter status is checked from your current request IP.
VPN/proxy/datacenter status is checked from your current request IP.
Live VPN allow status
Checking your IP...
Asking the signup shield. Dramatic pause, tiny robot noises.
If this says blocked, signup is intentionally refused before zrok account creation. Turn off VPN/proxy/datacenter routing or ask in Discord if it looks wrong.
VPN/proxy checkDatacenter filterManual IP bansCreate token
Waiting...
Client setup
Need the zrok CLI? Download the official client from zrok releases on GitHub, then configure it for AnimeFu:
zrok2 config set apiEndpoint https://zrok2.animefu.space zrok2 enable <your-token> zrok2 create name myapp zrok2 share public http://127.0.0.1:3000 --name-selection public:myapp
Your app appears at https://myapp.animefu.space/. WebSocket clients use wss://myapp.animefu.space/.
Private protocols
SSH, raw TCP, UDP, SOCKS, and drive mode use private shares, not public wildcard hostnames.
# On the machine exposing SSH zrok2 share private 127.0.0.1:22 --backend-mode tcpTunnel # On the client machine zrok2 access private <shareToken> --bind 127.0.0.1:2222 ssh -p 2222 your-user@127.0.0.1