This guide covers downloading and installing NetLogger on Windows, macOS, and Linux. The official NetLogger download page currently lists NetLogger v3.1.7 as the current release.
Official Download Page
Use the official download page:
https://netlogger.org/download.php
On the download page:
- Open the NetLogger download page.
- Find
Select Your Version. - Choose the version for your operating system.
- Enter your name or callsign.
- Enter your email address.
- Click
Download!. - Save the installer file somewhere easy to find, such as
Downloads.
Available v3.1.7 download choices listed on the official page:
NetLogger_3.1.7_Windows_x86.msifor Windows 7 or later, 32/64-bit.NetLogger_3.1.7_MacOSX_x64.dmgfor macOS 10.7 or later, 64-bit.NetLogger_3.1.7_Linux_x64.tgzfor Linux, 64-bit tar archive.netlogger_3.1.7_amd64.debfor Debian-based Linux, 64-bit.
Install on Windows
- Download the Windows version from the official download page.
- Open your
Downloadsfolder. - Double-click
NetLogger_3.1.7_Windows_x86.msi. - If Windows asks whether to allow the installer to make changes, choose
Yes. - Follow the installer prompts.
- Accept the default install location unless you have a reason to change it.
- Finish the installer.
- Open NetLogger from the Start menu or desktop shortcut, if one was created.
- On first launch, confirm your operator/callsign setup before using NetLogger on a net.
Install on macOS
- Download the macOS version from the official download page.
- Open your
Downloadsfolder. - Double-click
NetLogger_3.1.7_MacOSX_x64.dmg. - A NetLogger disk image window should open.
- Drag
NetLogger.appto theApplicationsfolder. - Open the
Applicationsfolder. - Double-click
NetLogger. - If macOS warns that the app was downloaded from the internet, choose
Openif you trust the official NetLogger download. - If macOS blocks the app, right-click or control-click
NetLogger, chooseOpen, then confirm. - On first launch, confirm your operator/callsign setup before using NetLogger on a net.
Install on Linux: Debian, Ubuntu, or Linux Mint
For Debian-based systems such as Debian, Ubuntu, and Linux Mint, the NetLogger download page recommends the Debian package because it is easier and integrates better with the desktop environment.
- Download
netlogger_3.1.7_amd64.debfrom the official download page. - Open your file manager.
- Go to your
Downloadsfolder. - Double-click
netlogger_3.1.7_amd64.deb. - Follow your system’s package installer prompts.
- If asked for your password, enter your Linux account password.
- After installation, open NetLogger from your application menu.
- On first launch, confirm your operator/callsign setup before using NetLogger on a net.
If double-clicking the package does not work, use a terminal:
cd ~/Downloads
sudo apt install ./netlogger_3.1.7_amd64.deb
Install on Linux: Tar Archive
Use the tar archive if you are not using a Debian-based system, or if the Debian package does not work for your Linux distribution.
- Download
NetLogger_3.1.7_Linux_x64.tgzfrom the official download page. - Open a terminal.
- Go to the folder where you downloaded the file:
cd ~/Downloads
- Unpack the outer archive:
tar -xzf NetLogger_3.1.7_Linux_x64.tgz
- Run the installer script:
./install
- When asked for the NetLogger install directory, enter a directory that does not already exist, but whose parent directory does exist. A common system-wide choice is:
/usr/local/share/netlogger
- If installing under
/usr/local/share, run the installer as root:
sudo ./install
- When asked for the shell script install location, enter an existing directory that is in your command path. A common choice is:
/usr/local/bin
- After the installer completes, start NetLogger by typing:
netlogger
- If
/usr/local/binis not in your path, start NetLogger using the full path to the installed shell script. - On first launch, confirm your operator/callsign setup before using NetLogger on a net.
Linux Tar Archive Notes
The tar archive installer creates:
- A NetLogger application directory, such as
/usr/local/share/netlogger. - A custom
netloggerlaunch script in the script location you choose, such as/usr/local/bin.
Use the generated launch script to start NetLogger. It sets the library and plugin paths that NetLogger needs.
Uninstall from Linux Tar Archive
If you installed with the tar archive, remove both the application directory and the launch script.
Example:
sudo rm -r /usr/local/share/netlogger
sudo rm /usr/local/bin/netlogger
Use the actual paths you chose during installation.
After Installation
- Open NetLogger.
- Enter or confirm your callsign/operator information.
- Open
Help > Contentsfor the built-in NetLogger manual. - If you plan to use LoTW support, read the
LoTW Setup Overviewin the Help documentation before logging contacts you want to upload. - Keep the installer file only if you want a local backup copy.






