<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kb.unixservertech.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kb.unixservertech.com/feed.php">
        <title>Unix Server Tech Knowledge Base - software:nut</title>
        <description></description>
        <link>https://kb.unixservertech.com/</link>
        <image rdf:resource="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-15T15:20:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/freebsdclient?rev=1744686649&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/linuxclient?rev=1744692351&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/master?rev=1751528759&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/opnsenseclient?rev=1744692061&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/pifreebsdserver?rev=1745394642&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/stagedshutdown?rev=1745174573&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/nut/start?rev=1744692026&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg">
        <title>Unix Server Tech Knowledge Base</title>
        <link>https://kb.unixservertech.com/</link>
        <url>https://kb.unixservertech.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://kb.unixservertech.com/software/nut/freebsdclient?rev=1744686649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T03:10:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FreeBSD NUT Client</title>
        <link>https://kb.unixservertech.com/software/nut/freebsdclient?rev=1744686649&amp;do=diff</link>
        <description>FreeBSD NUT Client

Install and enable the upsmon driver from nut


# install the full nut package
pkg install nut
# Tell sysrc to enable upsmon
sysrc nut_upsmon_enable=&quot;YES&quot;
# verify you have a connection to the master
upsc ups1@192.168.1.100


Configure two files, both in /usr/local/etc/nut</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/linuxclient?rev=1744692351&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T04:45:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Devuan (Debian) NUT Client</title>
        <link>https://kb.unixservertech.com/software/nut/linuxclient?rev=1744692351&amp;do=diff</link>
        <description>Devuan (Debian) NUT Client

NOTE: this is basically the same as the FreeBSD, with the following changes. I'll work on making it better in a bit. The configuration files are in /etc/nut

apt install nut-client


service nut-server restart 
service nut-client restart</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/master?rev=1751528759&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-03T07:45:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Setting up NUT server</title>
        <link>https://kb.unixservertech.com/software/nut/master?rev=1751528759&amp;do=diff</link>
        <description>Setting up NUT server

This documents how to set up a nut server. It is for monitoring one or more UPS' and providing the monitoring to one or more devices.

This document was written using the following configuration.

	*  Cyberpower PR1000LCDRT2U UPS with an RMCARD205 installed, giving</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/opnsenseclient?rev=1744692061&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T04:41:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>opnSense NUT Client</title>
        <link>https://kb.unixservertech.com/software/nut/opnsenseclient?rev=1744692061&amp;do=diff</link>
        <description>opnSense NUT Client

There is some pretty good documentation at &lt;https://docs.opnsense.org/manual/how-tos/nut.html&gt;, though a few things caught me. I'm writing this up as a short recipe; see that documentation for the real way to do things.

Recipe

	*  Install the NUT client by going to System | Firmware  and installing os-nut</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/pifreebsdserver?rev=1745394642&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-23T07:50:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FreeBSD NUT Server on Raspberry Pi</title>
        <link>https://kb.unixservertech.com/software/nut/pifreebsdserver?rev=1745394642&amp;do=diff</link>
        <description>FreeBSD NUT Server on Raspberry Pi

Discussion

I originally planned my Pi to use Raspian as the OS, even though I detest SystemD. However, I had a serious bug with NUT v2.8.0 and my CyberPower RMCARD206. I needed to either downgrade to NUT v2.7.4, or upgrade to v2.8.2, or build it myself.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/stagedshutdown?rev=1745174573&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-20T18:42:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Staged NUT client shutdowns</title>
        <link>https://kb.unixservertech.com/software/nut/stagedshutdown?rev=1745174573&amp;do=diff</link>
        <description>Staged NUT client shutdowns

Clients can be configured to shut down at different times. As far as I can tell, there is no facility for the NUT server to tell clients to shut down at different times, but each client can be configured separately. Thus, your YouTube player can go down after a minute, your power hungry workstation when the battery is 50% gone, and your router just before the UPS goes into sleep mode.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/nut/start?rev=1744692026&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T04:40:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NUT (Network UPS Tools)</title>
        <link>https://kb.unixservertech.com/software/nut/start?rev=1744692026&amp;do=diff</link>
        <description>NUT (Network UPS Tools)

nut is a project that has been around for decades, to allow monitoring of one or more UPS'.

nut began monitoring through a serial port, then when USB came along, added that. Now, it can handle network attached UPS' (snmp and ipmi), and many, many more.</description>
    </item>
</rdf:RDF>
