You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phpipam is an open-source web IP address management application. Its goal is to provide light and simple |P address management application.
4
+
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...
5
+
6
+
Features and tools:
7
+
- Section / Subnet separation
8
+
- Subnet nesting
9
+
- IPv4/IPv6 support
10
+
- Subnet ICMP/telnet scanning and automatic status updates
11
+
- Displays free range and number of clients
12
+
- Subnet statistics
13
+
- User management
14
+
- AD/LDAP/OpenLDAP authentication support
15
+
- E-Mail notification with IP details
16
+
- Import IP addresses from XLS / CSV file
17
+
- Export IP database to XLS file
18
+
- IPv4/IPv6 calculator
19
+
- Search IP database
20
+
- IP request module
21
+
- Custom IP address fields
22
+
- and much more...
23
+
24
+
What it does not do:
25
+
- Updates DNS server
26
+
27
+
License
28
+
=======
29
+
phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
30
+
31
+
Requirements
32
+
============
33
+
- Apache2 web server with php and mod_rewrite support (set "AllowOverride all" in vhost config)
34
+
- Mysql server (5.1+)
35
+
- PHP version 5.2+ with following modules (On windows php 5.3 is required!)
36
+
+ + mysqli : Adds support for the improved mySQL libraries
37
+
+ + session : Adds persistent session support
38
+
+ + gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
0 commit comments