Secure tunnel for
team development
Enterprise-grade FRP tunneling with wildcard SSL certificates. Access your local development environment via *.patsnap.team from anywhere, securely.
HTTPS
End-to-end encryption
*.team
Wildcard domain support
HTTP/2
Modern protocol support
24/7
Always available
Built for development teams
Everything you need to expose local services securely and reliably
Automatic SSL
Let's Encrypt wildcard certificates with automatic renewal. Zero configuration required.
Custom Subdomains
Each team member gets their own subdomain. Access via yourname.patsnap.team instantly.
Low Latency
TCP multiplexing and connection pooling for blazing fast response times.
Real-time Dashboard
Monitor all connections, bandwidth usage, and proxy status in one place.
WebSocket Support
Full WebSocket support for hot reload, live preview, and real-time collaboration.
Token Authentication
Secure token-based authentication ensures only authorized access to your services.
Up and running in minutes
Three simple steps to expose your local service
Configure
Create frpc.toml with your subdomain and local port settings
Connect
Run the client and access your service via HTTPS subdomain
# PatSnap Team - Client Configuration serverAddr = "patsnap.team" serverPort = 7000 [auth] token = "your-token-here" [transport] tcpMux = true poolCount = 5 # Expose your local service [[proxies]] name = "web" type = "http" localIP = "127.0.0.1" localPort = 3000 subdomain = "yourname" # https://yourname.patsnap.team
Ready to get started?
Download the client, configure your subdomain, and start sharing your local services securely.
Download FRP Client