nodeplex/netipam

By nodeplex

Updated 5 months ago

UniFi-centric, self-hosted IP address management and network visibility tool

Image
Networking
Monitoring & observability
1

7.1K

nodeplex/netipam repository overview

https://netipam.com

Netipam is a UniFi-centric, self-hosted IP address management and network visibility tool designed for networks from homelabs to small business. No cloud required, installs easily with Docker.
This project is currently in beta and is being developed and tested internally. The plan is to get Netipam ready for open source. If you have a UniFi network and would like to test and give feedback, please go to:
https://netipam.com/install_latest/

Installation

Docker:
Create a folder and add the compose file:

If you store your Docker containers in a different folder, adjust the /opt below accordingly.

mkdir -p /opt/netipam

Save docker-compose.yml in /opt/netipam

Start the container:
cd /opt/netipam
docker compose up -d

Open Netipam:
http://<host-ip>:7088

The docker-compose.yml is available to view or download here (Adjust your TZ accordingly):
https://netipam.com/gallery/docker-compose.yml

Documentation for Netipam can be found here -> https://netipam.com/Documentation/

Update (Docker)
cd /opt/netipam
docker compose pull
docker compose up -d

Synology DSM (Container Manager)
Create a folder on the NAS:
Example: /volume1/docker/netipam

Place docker-compose.yml in that folder (or you can upload when creating the project).

Open Container Manager → Projects → Create.

Select the folder and compose file (or upload it), then deploy.

Open Netipam:
http://<nas-ip>:7088

Linux (Ubuntu/Debian/RockyLinux/AlmaLinux/RHEL/CentOS/Fedora)

Installer provides options to install, update or uninstall

wget https://github.com/nodeplex/Netipam/releases/download/v0.8.7/install-netipam-0.8.7.sh
sudo bash install-netipam-0.8.7.sh

Tag summary

Content type

Image

Digest

sha256:8e2736a18

Size

126.4 MB

Last updated

5 months ago

docker pull nodeplex/netipam:sha-9be11af