| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Website: https://phpipam.net/
phpIPAM is an open-source web IP address management application. Its goal is to provide light and simple IP address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly.
phpIPAM has been developed and tested on the following PHP versions.
The use of untested PHP versions is unsupported and may result in compatibility issues.
Common Table Expressions (CTE) query support highly recommended : MySQL 8.0+ / MariaDB 10.2.1+
As of v1.6.0 support for utf8mb4 is mandatory: MySQL 5.7.7+
Just run php functions/scripts/reset-admin-password.php in the cli and enter your new password
As of v1.6.0 when deployed behind a reverse-proxy, set config.php $trust_x_forwarded_headers = true; or Docker image environment variable IPAM_TRUST_X_FORWARDED=true to accept HTTP X_FORWARDED_ headers.
WARNING! The following HTTP headers shoud be filtered and/or overwritten by the reverse-proxy to avoid potential abuse by end-clients.
The Default credentials for a new instance of phpIPAM are the same as the credentials for the demo page: Admin / ipamadmin
Community maintained docker images are available at https://hub.docker.com/u/phpipam
See misc/CHANGELOG
See misc/Roadmap
See SECURITY.md
Special thanks are going also to the Hosterdam team (http://www.hosterdam.com) for the VPS server that is used for development of phpIPAM and for demo site.
And also to all users that filed a bug report / feature report and helped with feature testing!
phpIPAM is released under the GPL v3 license, see misc/gpl-3.0.txt.
| Back | FazBrowse Home | New Git URL |