Comments on How to Install phpIPAM IP Address Management on Ubuntu 18.04 LTS
PhpIPAM is a free, open source and best Internet Protocol (IP) address management software tool written in the PHP language. In this tutorial, we will explain how to install PhpIPAM on Ubuntu 18.04 server.
12 Comment(s)
Comments
Why do you install a development version instead of the stable?
This is the best guide ever on this topic, life-saving literally, bookmarked!
wont work..
thanks is work great !
using this i migrated from ubuntu 14.04 to 18.04 with importing the database of phpipam.
I am stuck on Apache2 Ubuntu Default Page, any help guys.
I'm stuck at the same place Mohamed. Did you ever get it working?I don't understand how I'm supposed to launch a web browser to reach http://example.com. I don't have a GUI installed on the Ubuntu server. I tried browsing to the IP of the server but also only got the Apache default page.When I ran "sudo systemctl status apache2" I got a different output:
? apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2019-10-28 22:53:16 UTC; 6s ago Docs: https://httpd.apache.org/docs/2.4/ Process: 26718 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS) Main PID: 26731 (apache2) Tasks: 6 (limit: 1079) Memory: 14.2M CGroup: /system.slice/apache2.service ??26731 /usr/sbin/apache2 -k start ??26732 /usr/sbin/apache2 -k start ??26733 /usr/sbin/apache2 -k start ??26734 /usr/sbin/apache2 -k start ??26735 /usr/sbin/apache2 -k start ??26736 /usr/sbin/apache2 -k start
Oct 28 22:53:16 prx-ipam systemd[1]: Starting The Apache HTTP Server...Oct 28 22:53:16 prx-ipam apachectl[26718]: AH00558: apache2: Could not reliably determine the server's fully qualifieOct 28 22:53:16 prx-ipam systemd[1]: Started The Apache HTTP Server.
So I was able to access the site remotely by updating the following two files: /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/default-ssl.conf Both of these files contain a section near the top labeled "DocumentRoot" (no quotes). Change the path in those files from/var/www/htmlto/var/www/html/phpipam/
Thank you! That worked for me
After that I pointed my browser to server address http://172.16.205.50 and the main page appeared
You are missing one part of the config.php file... Because your instructions state to install into the structure /var/www/html/phpipam, you also need to edit the following within config.php:
define('BASE', "/"); --> define('BASE', "/phpipam/");
This is as per the official instructions at https://phpipam.net/documents/installation/
Are php7.2-recode and php-gettext really php-modules?I can only find and install them with "apt install recode gettext".
Hello!
I've just installed this phpipam and need to configure how to discover what IP ranges /subnet that are available. Can someone provide a guide/configuration on how to scan our network?
Thanks, it is great documentation i have ever seen before, thanks by the way!