frps
fast reverse proxy server
TLDR
Start frp server
SYNOPSIS
frps [command] [options]
DESCRIPTION
frps is the server component of frp (fast reverse proxy). It runs on a public server and accepts connections from frpc clients, routing traffic to exposed internal services.
The server manages client authentication, proxy routing, and port allocation. A web dashboard provides monitoring. Multiple clients can connect to one server.
frps provides the public endpoint for accessing services exposed by frpc clients.
PARAMETERS
COMMAND
Operation: verify.-c FILE
Configuration file path.--bind_port PORT
Bind port for client connections.--dashboard_port PORT
Web dashboard port.--token STRING
Authentication token.verify
Verify configuration file.--help
Display help information.
CONFIGURATION
frps.ini
Server configuration file controlling bind port, dashboard settings, authentication requirements, and connection policies.
CAVEATS
Requires public server with open ports. Security depends on authentication setup. Resource usage scales with connections.
HISTORY
frps is part of frp, providing server-side functionality for the reverse proxy system. It enables hosting your own tunnel infrastructure as an alternative to commercial services.
