frps

Server component of fast reverse proxy for exposing local services

brewmacoslinux
Try with needOr install directly
Source

About

Server app of fast reverse proxy to expose a local server to the internet

Commands

frps

Examples

Start frps server with default configuration$ frps -c /etc/frps/frps.ini
Run frps with custom bind address and port$ frps -b 0.0.0.0 -p 7000
Start frps with dashboard enabled on specific port$ frps -c frps.toml --dashboard_addr 0.0.0.0 --dashboard_port 7500