You can add a portforward to localhost with nut port
# nut.conf# - standalone: This mode address a local only configuration, with 1 UPS# protecting the local system. This implies to start the 3 NUT layers (driver,# upsd and upsmon) and the matching configuration files. This mode can also# address UPS redundancy.# - netserver: same as for the standalone configuration, but also need# some more network access controls (firewall, tcp-wrappers) and possibly a# specific LISTEN directive in upsd.conf.# Since this MODE is opened to the network, a special care should be applied# to security concerns.MODE=netserver
#upsd.confLISTEN 127.0.0.1 3493LISTEN 192.168.3.110 3493