Feature Request: Option to Automatically Disable Admin Panel Access from External IPs #5954
Blacks-Army
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Sounds more like a reverse proxy setting to me. Most reverse proxies allow stuff like this, and they can even add basic auth or other checks in front. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’d like to propose a feature that could enhance the security of the admin interface:
Add an option to automatically disable the admin panel if the incoming request originates from an external IP address.
For example:
- Allow access to the admin panel only from private/internal IP ranges (e.g. 192.168.x.x, 10.x.x.x, 172.16.x.x–172.31.x.x).
- Automatically deny or disable the admin panel endpoint when accessed from public/external IPs.
This could be implemented as a configuration option, such as:
Or possibly allow a list of allowed CIDR ranges:
This would reduce the risk of brute-force or unauthorized attempts on the admin panel, especially in environments where Vaultwarden is exposed to the public internet, but you still want to manage it safely from within your local network.
Thanks for considering it!
Beta Was this translation helpful? Give feedback.
All reactions