mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5070] [Feature Request] Auto port setting #3984
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MertJSX on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5070
Describe the feature request
For example we will allow a range of ports like 6000-6100 and server will give client a randomly selected available port. It would be so nice. The use cases will be for example I have a server and I also want my friends also to have access to share their webservers or something like that, I will make sure to give them my frp server. And all of them will receive a random port every time. (If it's available)
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Nov 20, 2025):
When proxy
remotePortis set to 0, the server will automatically assign a random available port.@MertJSX commented on GitHub (Nov 25, 2025):
The problem is that the client doesn't show which port it's using. Can we make an update to show the port that client uses?
@fatedier commented on GitHub (Nov 26, 2025):
Enable client-admin-ui
./frpc -c ./frpc.toml statusor visit the client admin dashboard.@MertJSX commented on GitHub (Nov 27, 2025):
The admin panel is looking so good, but I think there is no need for that, it would be good idea to show the port in the console. Thank you!