🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › hardware & software compatibility
UPS in slave mode and NUT - QNAP NAS Community Forum
#qnapups allows qnap machines to be slaves to this master [qnapups] driver = %%%the driver appropriate for your UPS%%% port = %%%The port needed to connect to the real UPS using the driver you choose%%% After this you simply go to the Qnap slave UPS settings in QTS, type the IP of the NUT server and everything should work, I have 3 Qnap machines feeding from my RPI and another Grafana slave that saves the UPS statistics.
Discussions

Quick Network UPS slave setup for windows using QNAP nas as a USP master
There is a newer GUI version of WinNUT client. https://github.com/gawindx/WinNUT-Client It works out of the box with username/pass other than admin. See here: https://forum.qnap.com/viewtopic.php?t=165789 More on reddit.com
🌐 r/qnap
20
15
December 30, 2019
Adding Remote Access to Network UPS Tools - RESOLVED
I’ve installed and configured Network UPS Tools so that HA is Master. I’d like have my QNAP NAS monitor the UPS as a slave unit to HA. How do I go about adding a remote access account to Network UPS Tools? Note: The QNAP NAS has been configured as a slave. More on community.home-assistant.io
🌐 community.home-assistant.io
0
0
October 31, 2021
Using NUT with a QNAP NAS and other devices - NAS
I dont recall making any changes ... of the QNAP · So in your UI, you have checked "Enable network UPS master" and in the list of IP addresses below that you have: ... I'll spin up a Linux instance using the same version of Linux you have. What are you using there? ... ] # telnet 192.168.0.3 3493 telnet: can't connect to remote host (192.168.0.3): Connection refused [ # Then a test using the NUT port from the OH2 ... More on forums.whirlpool.net.au
🌐 forums.whirlpool.net.au
December 5, 2018
Using UPS Slave/Master With Non QNAP Devices
Nut-ups is what you want. Limitation is you need to set the user and password to that used by qnap. Going from memory I believe it’s admin/123456 and the name of the UPS is qnapups. More on reddit.com
🌐 r/qnap
5
5
January 2, 2023
🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › system & disk volume management
QNAP TS4453A as UPS Network Master - QNAP NAS Community Forum
January 29, 2020 - ... I managed to successfully make the connection. My setup is HA v0.118.5 running in CS in Host mode on the same NAS as my NUT master. These are my settings in the NUT integration dialog: ... Host: localhost Port: 3493 Username: qnapups Password: 123456 Works great!
🌐
SNBForums
snbforums.com › nas › qnap
Using QNAP UPS server to signal other devices | SNBForums
November 18, 2015 - Setup for Pfsense as MASTER, and QNAP UPS as SLAVE: If you want to use the pfsense box as MASTER, and QNAP UPS as slave, this is how you do it: Again, for reference, if you want the the pfsense box to be plugged into the UPS, and use the pfsense box as a master (so APC USB cable is attached to pfsense), to shutdown QNAP UPS or others, then here is process. 1. Download and install NUT on pfsense using the package manager. Plug the APC USB cable into your pfsense router box. Configure NUT for your local UPS, and make sure it is working. Under NUT's "Local UPS settings": Local UPS Name: qnapups (this is important!) Local UPS Model: APC Back-UPS ES USB (for my UPS) Local UPS Port: auto (USB only) (for my UPS) Don't bother with the Remote Access settings as they don't matter.
🌐
Reddit
reddit.com › r/qnap › quick network ups slave setup for windows using qnap nas as a usp master
r/qnap on Reddit: Quick Network UPS slave setup for windows using QNAP nas as a USP master
December 30, 2019 -

Hello Guys. After a few HOURS, I got it working.

So, I got a new APC UPS with USB, plugged it to my Qnap nas and it was up and running with out any setup. But I also wanted to control my PC shutdown (also plugged to the same UPS box) so QNAQ USP master to the rescue... Not yet =P

First, you will need WinNUT ( https://code.google.com/archive/p/winnut/downloads latest release is from years ago but works fin in latest win 10 build)

Then after install you need to edit the upsmon.conf file from within the Winnut config tool.

now comes the funny part, in that file you are supposed to input your UPS name, IP, user and password...

so for QNAP nas boxes the ups name is ALWAYS qnapups. so qnapups@yournasIP great.

User and password, one thinks this is the admin user for the qnap ups? WRONG, its a hard coded user/password

user: admin

Password: 123456

The final format you need to input in the config file is

"MONITOR qnapups@yournasIP 1 admin 123456 slave"

save the file, get back to the winnut config util and start it as a service (you can mess around with the shutdown delay and stuff also)

now test, pull the plug from the wall on your UPS and you should get a shutdown signal to your PC in a few mins (unless you set up a shorter time in the winnut config tool)

I can get a few screenshots if anyone needs them!

<<<<< 2022 UPDATE >>>>>

So... since all the security issues we are all likely running with the admin account disabled, this will break the configuration.

This is how to fix it.

  1. Enabled admin account and log in said account via winscp to the nas.

  2. Go to /etc/.config/ups

  3. Find the file named upsd.users and download it to your pc. also make a backup of the original file (just raname to something like OG_upsd.users)

Edit the file and add these lines at the bottom and save
[monuser]
		password  = upspasswordyoulike
		allowfrom = 192.168.1.1
		upsmon slave

Your file should look like this

Stop and start the network ups service from the settings UI

You can now setup NUT with your new user and password like

MONITOR qnapups@192.168.1.1 1 monuser upspasswordyoulike slave

save the nut config file and start NUT, now it should be working as before disabling admin account.

Go back into the nas user settings and disabled the Admin account again.

🌐
QNAP
qnap.com › en › how-to › faq › article › how-do-i-use-a-ups-with-my-qnap-nas
How do I use a UPS with my QNAP NAS? | QNAP
June 27, 2025 - Via SNMP (Network UPS): Connect the UPS to your network and configure SNMP settings on the NAS. Go to Control Panel > System > External Device > UPS. Enable the UPS support checkbox.
🌐
Home Assistant
community.home-assistant.io › third party integrations
Adding Remote Access to Network UPS Tools - RESOLVED - Third party integrations - Home Assistant Community
October 31, 2021 - I’ve installed and configured Network UPS Tools so that HA is Master. I’d like have my QNAP NAS monitor the UPS as a slave unit to HA. How do I go about adding a remote access account to Network UPS Tools? Note: The QNA…
🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › miscellaneous
how to setup qnap as ups client to synology ups master? - QNAP NAS Community Forum
February 10, 2021 - figured it out myself. contrary to some other posts, you don't have to change the ups user to qnapups on the synology nas which is master. and you don't have to change the upsd.users on the synology to admin (qnap's credentials). first you need to ensure that the ups slave nas (in my case the qnap) can communicate with the master ups master nas (in my case the synology).
Find elsewhere
🌐
Whirlpool
forums.whirlpool.net.au › networking › nas › using nut with a qnap nas and other devices
Using NUT with a QNAP NAS and other devices - NAS
December 5, 2018 - On the QNAP you are probably best to plug the USB from the UPS into the QNAP NAS. This will give you all the stats from the UPS on the NAS, plus the NAS will become a NUT network master, which will re-broadcast NUT requests to nominated clients. All other devices can run as NUT clients.
🌐
NethServer Community
community.nethserver.org › support
Using QNAP NAS as UPS Server - change nut username - Support - NethServer Community
June 12, 2019 - NethServer release 7.6.1810 (final) Kernel release 3.10.0-862.14.4.el7.x86_64 I tried to configure nethserver as a slave nut to connect to a QNAP NAS UPS Server. The UPS itself (an APC UPS) is connected via USB to the QNAP NAS - this is working and correctly configured and recognized by the QNAP NAS.
🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › hardware & software compatibility
QNAP/UPS slave can't connect to NUT master - QNAP NAS Community Forum
Since I have multiple devices requiring specific ups names/logins, basically I needed to create multiple definitions to account for this in the master NUT server configuration. In the ups.conf file, thankfully there's a repeater that can be used in place of one physical UPS connection. My configuration is as such: ... [ups] driver = apcsmart port = /dev/ttyS0 desc = "APC UPS" [qnapups] driver = dummy-ups port = ups@localhost desc = "APC UPS for QNAP" This basically says that the 'qnapups' device is a dummy/repeater for the 'ups' one which is the actual UPS driver instance.
🌐
Netgate Forum
forum.netgate.com › topic › 69828 › nut-or-apcupsd-connect-qnap-nas-as-slave
NUT (or APCUPSD): Connect QNAP NAS as slave | Netgate Forum
July 18, 2019 - ... Firewall: NAT: Port Forward If: LAN Proto: TCP Src. addr: * Scr. ports: * Dest. addr: (IP of pfSense) Dest. ports: 3493 NAT IP: 127.0.0.1 NAT Ports: 3493 · in NUT package add remote access user "admin" with password "123456" (values fixed ...
🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › system & disk volume management
QNAP TS4453A as UPS Network Master - Page 2 - QNAP NAS Community Forum
December 9, 2020 - I've done some playing around today ... the delay from 0 to 5000 in the WinNUT client. SUCCESS. My settings are simply: NUT Host: <ip_address_of_QNAP> NUT Port: 3493 UPS name: qnapups Delay: 5000 No info needed for Login or Password...
🌐
QNAP NAS Community Forum
forum.qnap.com › home › board index › general › hardware & software compatibility
QNAP 4.2 as UPS Master w/ Debian NUT Client - QNAP NAS Community Forum
January 11, 2017 - On the other server I setup upsmon.conf with MONITOR qnapups@10.0.0.40 1 admin "ADMINPASSWORD" slave Unfortunatly.... all I see in the log is: Jan 11 00:45:50 anfo upsmon[11395]: UPS [qnapups@10.0.0.40]: connect failed: Write error: Broken pipe Jan 11 00:45:55 anfo upsmon[11395]: Error while connecting to 10.0.0.40, disconnect Jan 11 00:45:55 anfo upsmon[11395]: UPS [qnapups@10.0.0.40]: connect failed: Server disconnected Over and over and over again.... Any tips? I tried to telnet to the NUT port on the qnap...
🌐
Reddit
reddit.com › r/qnap › setting up a nut server in qnap
r/qnap on Reddit: Setting up a NUT Server in Qnap
January 28, 2026 -

Good evening everyone, I'm trying to configure my QNAP TS-451D2 as a NUT server, so that the UPS in use can power a second NAS (set as a slave).

Unfortunately, when I set the IP address of the master UPS, the slave tells me that the IP is "not navigable."

I followed these instructions: https://www.qnap.com/it-it/how-to/faq/article/how-do-i-set-up-multiple-nas-devices-using-one-ups

But I can't get much out of it.

Should I perhaps install some applications in VMs or containers?

And if so, what would you recommend?

Thank you so much!

🌐
QNAP
qnap.com › en › how-to › faq › article › can-i-use-the-qnap-nas-as-a-ups-master-to-shutdown-windows-pc
Can I use the QNAP NAS as a UPS master to shutdown Windows PC? | QNAP
Applicable Products: UPS Yes, you can use the QNAP NAS to deliver shutdown messages to a Windows PCs running a third-part ...
🌐
ScottiByte
discussion.scottibyte.com › t › qnap-ups-more › 167
QNAP UPS & More - ScottiByte's Discussion Forum
December 31, 2022 - Uninterruptible Power Systems (UPS) are very valuable to ride through small power outages. UPS are particularly critical with Network Attached Storage (NAS) servers which may have many open files and multiple file syste…