Downloading phpipam

phpIPAM is an open-source IPAM (IP address management) project, available for you for free. It took a lot of time and resources to build this software. If you find this software useful for your company please contribute for further development by making a donation to support further development of this software.

Available donations methods:
Thank you for your support!

phpIPAM can be obtained from following sources:

1.) Stable releases

Latest official phpIPAM installation files can be obtaned from following sources:

Easiest way to obtain files is to simply clone GitHub GIT repo:

[root@ipam /]# GIT clone https://github.com/phpipam/phpipam.git /var/www/phpipam/
[root@ipam /var/www]# cd /var/www/phpipam
[root@ipam /var/www/phpipam]# git checkout 1.6

This will download current code to phpipam directory in /var/www/. We also need to install submodules, to do so issue
[root@ipam /var/www/phpipam]# git submodule update --init --recursive

2.) Development releases

If you are comfortable using development release of phpipam, along with submitting feedback and filing bug report for development releases you can use either github or download latest release from sorceforge directly. Prefered method is using github, as it is easier to pull new updates from server.

Development releases are hosted on GitHub only. From release 1.2 onwards development SVN repository will not be used anymore, so please switch to GitHub.


Simply clone GitHub repo to local directory on server:

[root@ipam /]# GIT clone https://github.com/phpipam/phpipam.git /var/www/phpipam
[root@ipam /var/www/phpipam]# git submodule update --init --recursive

  1. Home
  2. Download phpIPAM