Restrict login to IP addresses

Highest Nextcloud version

Nextcloud 31
Show all releases

Community rating
Author

Nextcloud GmbH

Co-Maintainers
  • nextcloud_release_service
Last updated

1 day, 22 hours ago

Categories

Security

Resources
Interact
Report problem Request feature Ask questions or discuss

This app allows administrators to restrict login to their Nextcloud server to specific IP ranges. Note that existing sessions will be kept open.

The allowed IP ranges can be administrated using the OCC command line interface or graphically using the admin settings. If you plan to use the OCC tool, the following commands would be applicable.

To allow 127.0.0.0/24:

  • occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24

To allow 127.0.0.0/24 and also 192.168.0.0/24:

  • occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24

Releases

Nextcloud version Stable channel Nightly channel All releases
31 4.2.0 - 31
30 4.2.0 - 30
29 4.1.1 - 29
28 4.1.1 - 28
27 4.1.0 - 27
26 4.1.0 - 26
21 3.1.0 - 21
20 3.1.0 - 20
19 3.1.0 - 19
18 3.1.0 - 18
17 3.1.0 - 17
16 3.1.0 - 16
14 1.0.4 - 14
13 1.0.4 - 13

Comments

Anonymous
Good
Ok
Bad
2 years, 1 month ago

This app is abandoned.