Limit access

Hello

Is there some option for limit web access on my librenms server? .htaccess? Trying to figure .htaccess but wont works…

there’s probably a couple of hundred different ways of doing whatever it is that you want to do.

.htaccess will work for Apache if you’re running that as your web server. You should be able to do:

Deny from 123.123.123.123 10.10.10.10 192.168.1.2
or
Deny from 123.123.123.123/255.255.255.0

Alternatively you could run a firewall and deny port 80 to everyone except whitelisted addresses (like yourself and your team).