How to allow more TCP ports when using frp?

Viewed 133

I want to use frp to map the socks5 service on the intranet. How should I open the tcp port?

image.png

As shown in the figure, frps port 7000 is mapped to 31423. How should I map more ports?

My frpc.ini configuration is as follows:

[common]
server_addr = frp-vwwqjaya.ap-northeast-1.clawcloudrun.com
server_port = 31423

[socks5]
type = tcp
plugin = socks5
remote_port = 31000

If I can't map more ports, how should I connect to the socks5 service on port 31000?

4 Answers

You can try clicking the frp app from the 'App Lunchpad', then click the 'Update' in the top right corner, and then click 'Add Port' to add a port.
screenshot_2025-04-17_14-44-39.png

But there is only https grpc wss protocol, and no tcp protocol, which makes the 31000 port I mapped unusable.

But there is only https grpc wss protocol, and no tcp protocol, which makes the 31000 port I mapped unusable.

Same question, and I also want to ask how to open a range of ports, such as 35000-35100.

Hello developer,
We are about to launch support for TCP/UDP protocols.