Menu

Tree [r566] /
 History

HTTPS access


File Date Author Commit
 api 2015-12-07 myha [r566] Bugfixes and enhancements
 app 2015-12-07 myha [r566] Bugfixes and enhancements
 css 2015-12-07 myha [r566] Bugfixes and enhancements
 db 2015-12-07 myha [r566] Bugfixes and enhancements
 functions 2015-12-07 myha [r566] Bugfixes and enhancements
 install 2015-10-07 myha [r553] Firewall zones
 js 2015-12-07 myha [r566] Bugfixes and enhancements
 misc 2015-12-07 myha [r566] Bugfixes and enhancements
 upgrade 2015-10-07 myha [r553] Firewall zones
 .htaccess 2015-12-07 myha [r566] Bugfixes and enhancements
 INSTALL.txt 2015-08-21 myha [r536] PowerDNS, Nameservers, bugfixes | v 1.08.007
 README 2015-12-07 myha [r566] Bugfixes and enhancements
 UPDATE 2015-03-23 myha [r511] functions rewritten to objects/methods, multipl...
 config.dist.php 2015-12-07 myha [r566] Bugfixes and enhancements
 config.php 2015-12-07 myha [r566] Bugfixes and enhancements
 index.php 2015-11-08 myha [r564] multiple changes / bugfixes before next release

Read Me

Description
===========
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.

Features and tools:
- Section / Subnet separation
- Subnet nesting
- IPv4/IPv6 support
- REST API
- Subnet ICMP/telnet scanning and automatic status updates
- Displays free range and number of clients
- Subnet statistics
- User management
- AD/LDAP/OpenLDAP/NetIQ/Radius authentication support (multiple servers)
- E-Mail notification with IP details
- Import IP addresses from XLS / CSV file
- Export IP database to XLS file
- IPv4/IPv6 calculator
- Search IP database
- IP request module
- Custom IP address fields
- and much more...
- PowerDNS integration (3.4+);


License
=======
phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.

Requirements
============
- Apache2 web server with php and mod_rewrite support
- Mysql server (5.1+)
- PHP version 5.2+ with following modules (On windows php 5.3 is required!)
	+ + pdo, pdo_mysql      : Adds support for mysql connections
    + + session             : Adds persistent session support
    + + gmp                 : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
    + + ldap                : Adds LDAP support (Lightweight Directory Access Protocol)
    + + json				: Adds supports for JSON data-interexchange format
    + + SimpleXML			: Adds SimpleXML support for parsin XML files
    + + gettext				: Add support for gettext translations
- PHP PEAR support (dev-php/pear)

Install
=======
- http://phpipam.net/documents/installation/

API guide
=========
- http://phpipam.net/api-documentation/

Update
=======
- see UPDATE file for details

Demo page
============
http://demo.phpipam.net

Default user
============
Admin / ipamadmin

Changelog
=========
See misc/CHANGELOG

Roadmap
=========
See misc/Roadmap

Contact
=======
miha.petkovsek@gmail.com

special thank also to Hosterdam team (http://www.hosterdam.com) for 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!
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.