phpIPAM version 1.4 released
phpIPAM version 1.3.2 released
phpIPAM on nginx
You can use phpIPAM on Nginx webserver with php-fpm, below is a code snippet for nginx setup. From version 1.3.2 on url rewriting was simplified, so please check your phpipam version and use correct code snippet for nxing configuration.
... Read morephpIPAM version 1.3.1 released
phpIPAM version 1.3 released
Quite some time has passed since last version was released, so this upgrade offers quite some new features! ... Read more
phpIPAM installation on Ubuntu 17.04
Here is a full guide on how to install phpIPAM on Ubuntu linux 17.04. For this guide I used competely fresh install of Ubuntu linux 17.04 we will do step by step guide for all applications needed for phpIPAM to run.
I used the following assumptions:
- No software is installed on server (Apache, MySQL, php)
- Database and apache server will run on same machine
- phpipam will run in server root directory (will be accessible via http://ip_address/), no vhosts
- Prettified links will be used
- Only bare minimum configuration will be done
Migrate phpipam to new server
Here is a short guide on howto migrate phpipam to new server. Before migrating please make sure both (old and new) servers have the same phpipam code (version).
For this example we will use following assumptions, please adjust accordingly:
- phpipam code will be in
/var/www/phpipam
directory - phpipam database name will be
phpipam
- MySQL username and password for phpipam will be
phpipam / phpipampassword
Reset phpipam admin password
If you forgot or lost password for your admin account there are 2 ways you can restore it:
1.) With reset password script
Phpipam comes with php script that helps you reset your admin password in case you have forgotten it. Script is located in functions/scripts directory, script name is reset-admin-password.php
. Just run it and follow instructions:
phpIPAM installation on CentOS 7
Here is a full guide on how to install phpIPAM on CentOS 7. This should work on all RHEL based distributuons. For this guide I used competely fresh install of CentOS 7, we will do step by step guide for all applications neede for phpIPAM to run.
I used the following assumptions:
- No software is installed on server (Apache, MySQL, php)
- Database and apache server will run on same machine
- phpipam will run in server root directory (will be accessible via http://ip_address/), no vhosts
- Prettified links will be used
- Only bare minimum configuration will be done