[GH-ISSUE #364] Question about usage #267

Closed
opened 2026-05-05 12:04:16 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @chaoscreater on GitHub (Jun 14, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/364

This isn't really an issue but more of a question.

How can I configure frp similar to NGROK, so that it generates a public address for you to use? For example, with NGROK you can do this:
ngrok.exe tcp 8080

NGROK then generates a public URL for you to use, e.g.:
http://0.tcp.ngrok.io:41184

So you can simply type in the above URL from an external host, and it will connect to port 8080 on your localhost. Easy.

I'm looking for something similar here with FRP. I don't have a public IP for my server. I would have to ask our company's network team to give me one (they will most definitely not give me one for testing). The server is behind a router and firewall and port forwarding can't be setup.

NGROK works, but it only tunnels TCP ports and not UDP. How can I get this to work on FRP?

Originally created by @chaoscreater on GitHub (Jun 14, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/364 This isn't really an issue but more of a question. How can I configure frp similar to NGROK, so that it generates a public address for you to use? For example, with NGROK you can do this: ngrok.exe tcp 8080 NGROK then generates a public URL for you to use, e.g.: http://0.tcp.ngrok.io:41184 So you can simply type in the above URL from an external host, and it will connect to port 8080 on your localhost. Easy. I'm looking for something similar here with FRP. I don't have a public IP for my server. I would have to ask our company's network team to give me one (they will most definitely not give me one for testing). The server is behind a router and firewall and port forwarding can't be setup. NGROK works, but it only tunnels TCP ports and not UDP. How can I get this to work on FRP?
Author
Owner

@fatedier commented on GitHub (Jun 14, 2017):

Sorry, now we don't provide a public frp server for testing. So you need to deploy frps on a server with a public IP by your self and use your own custom domain.

<!-- gh-comment-id:308378621 --> @fatedier commented on GitHub (Jun 14, 2017): Sorry, now we don't provide a public frp server for testing. So you need to deploy frps on a server with a public IP by your self and use your own custom domain.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#267
No description provided.