frp
by
fatedier

Description: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

View on GitHub ↗

Summary Information

Updated 20 minutes ago
Added to GitGenius on February 25th, 2026
Created on December 21st, 2015
Open Issues & Pull Requests: 50 (+0)
Number of forks: 15,121
Total Stargazers: 107,907 (+2)
Total Subscribers: 1,566 (+0)

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 539 days
Stale 30+ days: 17
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • lifecycle/stale (746)
  • todo (57)
  • proposal (33)
  • WaitingForInfo (32)
  • bug (32)
  • question (24)
  • enhancement (18)
  • duplicate (8)

Repository Insights (GitGenius)

Median issue/PR response: 16.1 hours
Mean response time: 191.9 days
90th percentile: 751.5 days
Tracked items: 942

Most active contributors

Detailed Description

frp is a fast reverse proxy written in Go that enables users to expose local servers behind NAT or firewall restrictions to the internet. The project has grown to 107,776 stargazers as of its most recent tracking update and maintains active development with a median issue and pull request response latency of 16.1 hours across 942 tracked items. The repository is classified across multiple networking domains including reverse proxy, NAT traversal, service exposure, tunneling, remote access, firewall bypass, network proxy, TCP/UDP proxy, secure connection, and intranet access.

The core functionality of frp centers on two main components: frps, the server component that runs on a machine with a public IP address, and frpc, the client component that runs on machines behind NAT or firewall restrictions. The tool supports TCP and UDP protocols as well as HTTP and HTTPS, allowing requests to be forwarded to internal services via domain names. Additionally, frp offers a P2P connect mode for direct peer-to-peer connections. The architecture diagram and example usage documentation demonstrate deployment scenarios such as accessing computers in LAN networks via SSH, exposing multiple SSH services through the same port using TCP multiplexing, and accessing internal web services with custom domains.

The project's feature set is extensive and includes configuration management through TOML files with support for environment variables and split configurations across multiple files. frp provides both a server dashboard and client admin UI for management purposes. Authentication mechanisms include token-based authentication and OIDC authentication. The tool supports encryption and compression, TLS connections, hot-reloading of frpc configuration, bandwidth limiting per proxy, TCP stream multiplexing, KCP protocol support, QUIC protocol support, connection pooling, load balancing, and service health checks. Additional capabilities include HTTP host header rewriting, custom HTTP headers, real IP detection, HTTP X-Forwarded-For support, proxy protocol support, HTTP basic authentication for web services, custom subdomain names, URL routing, TCP port multiplexing, port range mapping, client plugins, server manage plugins, SSH tunnel gateway functionality, and virtual networking through VirtualNet.

The project is currently under active development with the creator, fatedier, showing 775 tracked events as the most active contributor, followed by xqzr with 202 events and wuai1024 with 69 events. The most prevalent issue label is lifecycle/stale with 391 occurrences, indicating ongoing maintenance of the issue tracker. The development roadmap includes version 2, which the maintainer describes as significantly more complex than anticipated. Version 2 is envisioned as a modernized four-layer and seven-layer proxy similar to Envoy, built on cloud-native principles influenced by Kubernetes and ServiceMesh architecture. The maintainer notes that v2 development occurs during fragmented time periods, so optimization and iteration on the current version will continue until more development capacity becomes available. The project maintains compatibility considerations and acknowledges that modules such as configuration management, permission verification, certificate management, and API management require modernization. frp is supported by sponsors including JetBrains and Recall.ai, and the project accepts contributions while maintaining its open-source nature.

frp
by
fatedierfatedier/frp

Repository Details

Fetching additional details & charts...