Kami menggunakan cookies untuk menganalisis kinerja, meningkatkan fungsi situs, dan menampilkan konten yang relevan bagi Anda. Dengan menggunakan situs ini, Anda menyetujui penggunaan cookies.
FRP Neo is a modern implementation of the Fast Reverse Proxy (FRP) concept—software that forwards network traffic from a public endpoint to services running on private or NATed networks. It’s aimed at securely exposing internal services (web servers, SSH, RDP, IoT devices, home labs) to the internet without requiring public IPs or complicated router configuration.
Running a public FRP server for a team or clients was risky in original FRP due to the flat user model. Frp Neo introduces virtual proxies. Frp Neo
user-a.neo.example.com.Download the same version for your OS (Windows/macOS/Linux). FRP Neo: Overview, Features, and Uses FRP Neo
Create frpc.toml:
server_addr = "your-vps-ip.com"
server_port = 7000
auth_token = "YourStrongPassword123"
7. Example: expose local SSH through VPS
Client config:
[ssh_via_frp]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 2222
Then from anywhere:
ssh -p 2222 user@your-vps-ip User A can only see proxies under user-a