https://github.com/nightflyza/iptools
Useful and uncomplicated network tools web-interface
https://github.com/nightflyza/iptools
network network-tools tools webinterface
Last synced: 18 days ago
JSON representation
Useful and uncomplicated network tools web-interface
- Host: GitHub
- URL: https://github.com/nightflyza/iptools
- Owner: nightflyza
- License: gpl-3.0
- Created: 2021-03-16T13:53:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T13:49:54.000Z (almost 4 years ago)
- Last Synced: 2025-07-14T06:15:58.306Z (8 months ago)
- Topics: network, network-tools, tools, webinterface
- Language: PHP
- Homepage: http://ip.nightfly.biz
- Size: 3.15 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPTools - useful network tools web-interface
========
# Installation
```
$ mkdir /usr/local/www/apache24/data/iptools (or where you htdocs root directory is)
$ cd /usr/local/www/apache24/data/iptools
$ wget https://github.com/nightflyza/iptools/archive/refs/heads/master.zip
$ unzip master.zip
$ mv iptools-master/* ./
$ rm -fr iptools-master master.zip
$ chmod -R 777 exports content config
```
After that web-application will be accessible by URL http://yourhost/iptools/
You can perform configuration of some paths and another basic options via editing config/yalf.ini
# Misc links
* [Live demo](http://ip.nightfly.biz)