[GH-ISSUE #3085] [Feature Request] can add bandwidth_limit in server side #2470

Closed
opened 2026-05-05 13:35:22 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @freshgeek on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3085

Describe the feature request

[Feature Request] can add bandwidth_limit in server side
add bandwidth_limit in client side is not useful, client is not controlled

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @freshgeek on GitHub (Sep 1, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3085 ### Describe the feature request [Feature Request] can add bandwidth_limit in server side add bandwidth_limit in client side is not useful, client is not controlled ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [X] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [X] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:35:22 -06:00
Author
Owner

@Becods commented on GitHub (Sep 1, 2022):

Not currently supported on the server side.

You can try other customization version.

Or develop your own plugin.

Maybe it will be implemented in v2.

<!-- gh-comment-id:1234250507 --> @Becods commented on GitHub (Sep 1, 2022): Not currently supported on the server side. You can try other customization version. Or develop your own plugin. Maybe it will be implemented in v2.
Author
Owner

@fatedier commented on GitHub (Sep 9, 2022):

An optional method it the server plugin to override proxy bandwidth_limit in frps.

<!-- gh-comment-id:1241429884 --> @fatedier commented on GitHub (Sep 9, 2022): An optional method it the [server plugin](https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md) to override proxy `bandwidth_limit` in frps.
Author
Owner

@github-actions[bot] commented on GitHub (Oct 10, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1272669422 --> @github-actions[bot] commented on GitHub (Oct 10, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Author
Owner

@cbodonnell commented on GitHub (Jan 26, 2023):

Opened https://github.com/fatedier/frp/pull/3271 to support setting bandwidth_limit from a server plugin. This allows the server to control the limit for each proxy.

<!-- gh-comment-id:1405204150 --> @cbodonnell commented on GitHub (Jan 26, 2023): Opened https://github.com/fatedier/frp/pull/3271 to support setting `bandwidth_limit` from a server plugin. This allows the server to control the limit for each proxy.
Author
Owner

@tecufanujacu commented on GitHub (Sep 28, 2024):

An optional method it the server plugin to override proxy bandwidth_limit in frps.

Is it possible to receive a little help? I'm trying to do this from several days, I'm trying to understand how, I studied the server plugin documentation and I'm also trying to understand how available server plugins works. for example I undesrtood how fp-multiuser do the check but I don't understand how to override bandwidth_limit with a server plugin. Unfortunalty I'm failing.

<!-- gh-comment-id:2380576640 --> @tecufanujacu commented on GitHub (Sep 28, 2024): > An optional method it the [server plugin](https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md) to override proxy `bandwidth_limit` in frps. Is it possible to receive a little help? I'm trying to do this from several days, I'm trying to understand how, I studied the server plugin documentation and I'm also trying to understand how available server plugins works. for example I undesrtood how fp-multiuser do the check but I don't understand how to override bandwidth_limit with a server plugin. Unfortunalty I'm failing.
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#2470
No description provided.