v0.67.0
X-PLUG/mPLUG-DocOwlv0.67.0Jan 31, 2026by fatedier
AI Summary
This release introduces client identification features and significant UI improvements to the frp web dashboard, alongside a fix for UDP proxy protocol behavior.
Key Highlights
- frpc now supports a `clientID` option for unique instance identification.
- Server dashboard displays connection history, metadata, and online/offline status for all clients.
- Redesigned frp web dashboard with a modern UI and dark mode support.
- Fixed UDP proxy protocol sending headers on every packet instead of just the first.
New Features
- Client ID support for unique identification
- Enhanced server dashboard monitoring
- Modern UI with dark mode for the dashboard
Full Release Notes
## Features * frpc now supports a `clientID` option to uniquely identify client instances. The server dashboard displays all connected clients with their online/offline status, connection history, and metadata, making it easier to monitor and manage multiple frpc deployments. * Redesigned the frp web dashboard with a modern UI, dark mode support, and improved navigation. ## Fixes * Fixed UDP proxy protocol sending header on every packet instead of only the first packet of each session.