v0.67.0

hongfz16/EVA3Dv0.67.0Jan 31, 2026by fatedier

AI Summary

This release introduces client identification support for frpc and a redesigned dashboard with modern UI and dark mode. It also resolves a bug in the UDP proxy protocol related to header transmission.

Key Highlights

  • frpc now supports clientID for unique instance identification
  • Server dashboard displays connection history and metadata for multiple clients
  • Redesigned frp web dashboard with modern UI and dark mode support
  • Fixed UDP proxy protocol sending headers on every packet

New Features

  • clientID option for frpc to uniquely identify instances
  • Server dashboard monitoring for online/offline status, connection history, and metadata
  • Redesigned frp web dashboard with modern UI and improved navigation

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.