Skip to content
Unne
Unne

Unne Server

Self-hosted tunnel relay with user management, admin panel, token auth, and per-user limits. All in a single binary.

Install Server

macOS / Linux
curl -fsSL https://unne.site/server/install | bash
Windows (PowerShell)
irm https://unne.site/server/install.ps1 | iex

Commands

$ unns
Unne Server v2.0.1
Usage:
unns setupInitial configuration
unns startStart server
unns config listView config
unns config set ...Set config value
unns user create ...Create users
unns user listList users
unns user delete <id>Delete user
unns token gen ...Generate tokens
unns token listList tokens
unns token revoke ...Revoke token
unns setup-checkPrint server info for CLI

Features

Admin Panel

Web-based dashboard for managing users, tokens, monitoring active tunnels, and viewing traffic analytics in real-time.

User Management

Full user system with roles. Set per-user limits on tunnel count, device count, bandwidth, and protocol access.

Token Auth

Secure token-based authentication with expiration and device binding. Generate, list, and revoke tokens via CLI.

Limits & Quotas

Configure per-user bandwidth caps, connection limits, tunnel count, and rate limiting to prevent abuse.

Subdomain Formats

Choose auto-generated subdomain format: random, uuid, ulid, or factory (adjective-noun pairs). Changeable at runtime via admin API.

Custom Error Pages

Branded error pages when tunnels are offline or blocked. HTML templates with variable substitution.

REST API

Full API for programmatic management of users, tokens, tunnels, and server configuration.

Ports

PortDefaultPurpose
Control8222CLI client connections (yamux)
HTTP Proxy8223Public HTTP traffic routing
Admin Panel4041Web-based administration
TCPdynamicPer-tunnel TCP listeners