Deeztek
docs.deeztek.com › books › ubuntu › page › installing-nut-network-ups-tools-on-ubuntu-1804-lts
Installing NUT (Network UPS Tools) on Ubuntu 18.04 LTS
Original How-To URL: https://zackreed.me/installing-nut-on-ubuntu/ apt-get install nut · vi /etc/nut/ups.conf · [apc-1500] driver = usbhid-ups port = auto · mkdir /var/run/nut · chown root:nut /var/run/nut · chmod 770 /var/run/nut · upsdrvctl start · Network UPS Tools - UPS driver controller 2.4.3 Network UPS Tools - Generic HID driver 0.34 (2.4.3) USB communication driver 0.31 Using subdriver: APC HID 0.95 ·
HowtoForge
howtoforge.com › home › monitoring ups power status using network ups tools (nut) 2.2.0 on multiple opensuse 10.3 servers
Monitoring UPS Power Status Using Network UPS Tools (NUT) 2.2.0 on Multiple OpenSuSE 10.3 Servers
Monitoring UPS Power Status Using Network UPS Tools (NUT) 2.2.0 on Multiple OpenSuSE 10.3 Servers Network UPS Tools is a collection of programs w...
Network UPS Tools (NUT) as Ubuntu 22.04 LXC Container | Proxmox Support Forum
I wanted to setup an LXC Container to support 3 different UPS devices that control different systems. The end goal was to monitor these in Home Assistant for notifications and easy review. I ran into some issues and I'm sure there are better ways to do this but this is what I found worked... More on forum.proxmox.com
Does anybody have a good guide for configuring NUT UPS in a client-server config?
I know this isn't helpful to you but I've always wished Proxmox would do more to bring UPS support to the GUI.
But that said one important step is make sure all your guests automatically shutdown when you shutdown your host.
I haven't used it, but this thread may be a good starting point. https://www.reddit.com/r/Proxmox/comments/gsts3a/are_there_any_guides_for_setting_up_nut_for/
More on reddit.comUse Synology NAS as UPS Server to safely power down your other servers/computers
Worth mentioning that your network connectivity (WiFi or switch) also needs to be on the UPS otherwise your client may not get the shutdown message. Obvious, but easy to overlook. 😀 More on reddit.com
Ubuntu 22.04 server with UPS NUT - NUT services keeps failing
Had the same issue and fixed it with changing in /etc/nut/ups.conf port = "auto" to the correct falue. Yours probably would be "apc-zeta". More on reddit.com
Videos
12:24
Monitor your UPS using a Raspberry Pi and NUT - YouTube
37:19
Network UPS Tools (NUT) server - YouTube
24:30
OpenWRT - Configure & Monitor UPS with NUT - YouTube
49:36
Network UPS Tools (NUT Server) Ultimate Guide - YouTube
07:30
Network UPS Tools (NUT) installation on Linux for use with a ...
12:47
Network UPS Tools - USV Server - YouTube
Ubuntu
manpages.ubuntu.com › resolute › man(7)
Ubuntu Manpage: nut - Overview of the Network UPS Tools (NUT)
The Network UPS Tools (NUT) project provides a free and open source tool kit for monitoring and managing different types of power distribution devices, first released under such name in 1999 and following up from a few earlier projects.
Ubuntu Manpages
manpages.ubuntu.com › trusty › man(5)
Ubuntu Manpage: nut.conf - UPS definitions for Network UPS Tools
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
ArchWiki
wiki.archlinux.org › title › Network_UPS_Tools
Network UPS Tools - ArchWiki
This document describes how to install the Network UPS Tools (NUT). Network UPS Tools is compatible with thousands of models of UPS.
Network UPS Tools
networkupstools.org › documentation.html
Network UPS Tools - Documentation
April 1, 2026 - Monitoring a UPS with nut on Debian or Ubuntu Linux (Avery Fay) Installation et gestion d’un UPS USB en réseau sous linux (Olivier Van Hoof, French) Network UPS Tools (NUT) on Mac OS X (10.4.10) (Andy Poush)
NUT
networkupstools.org › docs › user-manual.chunked › _installation_instructions.html
5. Installation instructions
The NUT Quality Assurance Guide ... with tools and dependencies available and needed to build and test as much as possible of NUT on numerous platforms, written from perspective of CI testing (if you are interested in getting updated drivers for a particular device, you might select a sub-set of those suggestions). This "Config Prereqs" document for latest NUT iteration can be found at https://github.com/networkupstools/nut/blob/...
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Network UPS Tools (NUT) as Ubuntu 22.04 LXC Container | Proxmox Support Forum
August 3, 2024 - Network UPS Tools (NUT) configuration credit goes to: https://www.kreaweb.be/diy-home-server-2021-software-proxmox-ups/#a_Create_LXC_container I created an LXC Container using the following settings: ubuntu-22.04 Privileged - true You need to find the Bus and Device # of the APC USB in order to passthrough to the container.
Ubuntu Manpages
manpages.ubuntu.com › bionic › man(5)
Ubuntu Manpage: upsmon.conf - Configuration for Network UPS Tools upsmon
This file’s primary job is to define the systems that upsmon(8) will monitor and to tell it how to shut down the system when necessary. It will contain passwords, so keep it secure.
Debian
wiki.debian.org › nut
nut - Debian Wiki
May 15, 2026 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes.
TED Felix
tedfelix.com › software › nut-network-ups-tools.html
HOWTO: Set Up NUT, the Network UPS Tools
- Install udev rules for usbhid-ups ...how-to-install-nut-on-ubuntu-10-10-maverick-meerkat/ sudo mkdir /var/run/nut sudo chown root:nut /var/run/nut sudo chmod 770 /var/run/nut - Test the ups.conf file: sudo upsdrvctl start Normal output: Network UPS Tools - UPS driver controller ...
Ubuntu Manpages
manpages.ubuntu.com › trusty › man(5)
Ubuntu Manpage: ups.conf - UPS definitions for Network UPS Tools
The file begins with global directives, and then each UPS has a section which contains a number of directives that set parameters for that UPS.
Amahi Wiki
wiki.amahi.org › index.php › UPS_Ubuntu_Setup
UPS Ubuntu Setup - Amahi Wiki
The software APC Back-UPS comes with does not work in Linux. Instead, you need to use NUT or apcupsd. Google will turn up evidence that both work, but NUT seems to be the preferred one · Adapted from the original instructions that this guidance is based on came from here and here.
Ubuntu
launchpad.net › ubuntu › noble › +package › nut-client
nut-client : Noble (24.04) : Ubuntu - Launchpad
Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever ...
Zack Reed
zackreed.me › installing-nut-on-ubuntu
Installing NUT on Ubuntu | Zack Reed
May 11, 2024 - I have been using apcupsd for years without issue. Lately, the random freezes lead me to discover that there was an issue been apcupsd and Linux 3.5.x kernels. This left me looking for an alternative. I knew about NUT, but I have never used it before. It’s relatively easy to configure and can work to provide shutdown scripts for remote boxes.
Condrau
wiki.condrau.com › deb9:nut pdf
2025/06/04 00:57 1/8 NUT - Network UPS Tools
Network UPS Tools · Configuring SSL · NUT Installation · Powerwalker UPS unter Debian 9 Stretch · Debian / Ubuntu Linux: APC Controlling and Monitoring UPSes with apcupsd · Monitoring a UPS with nut on Debian or Ubuntu Linux · Network UPS Tools User Manual ·