
Current Version: 0.8.5
Netipam can quickly and easily be installed. Below are instructions for popular setups. If you use or test Netipam, be sure to give us feedback using the form below the installation instructions below, we need your help making Netipam great!
Docker
1. 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 the docker-compose.yml file in /opt/netipam (compose file down below)
- adjust the TZ: in the compose file to refelct your time zone
2. Create and start the container:
cd /opt/netipam
docker compose up -d
3. Access Netipam:
http://<host-ip>:7088
Docker compose file
- adjust the TZ: in the compose file to refelct your time zone
Click here to view or download a copy of docker-compose.yml
Update to latest version (Docker)
cd /opt/netipam
docker compose pull
docker compose up -d
Synology DSM (Container Manager)
1. Create a folder in file station on the NAS and add the compose file:
example: /volume1/docker/netipam
Place the docker-compose.yml file in the folder created above (or upload in step 2)
- adjust the TZ: in the compose file to refelct your time zone
2. Open Container Manager > Project > Create
Enter a project name (netipam)
Select the folder path created in step 1
The project will import the compose file
You can also optionally just upload the compose file when creating the project
Complete the project (press Next until done)
3. Access Netipam:
http://<nas-ip>:7088
Docker compose file
- adjust the TZ: in the compose file to refelct your time zone
Click here to view or download a copy of docker-compose.yml