IBSng A1.24 Free Web Based Radius Server (Testing)
453
IBSng 1.24 Web-Based Accounting based CentOS 6 Docker
Github Page : https://github.com/AliBelali/IBSng
Attention #1:
This free version of IBSng hasn’t been updated or debugged for a very long time. It contains bugs and is not compatible with newer versions of CentOS, PHP, Python, and PostgreSQL. As a result, it may have vulnerabilities. Please exercise caution when using it, and be aware that there is absolutely NO WARANTY.
Attention #2:
The developer and any person involved in the chain of access to this program do not assume any responsibility for the consequences of its use. Users are solely responsible for any outcomes resulting from their use of this program.
IBSng Accounting A1.24 Docker :
IBSng A1.24 is a free beta version of IBSng LAN Accounting. It's a radius server. A RADIUS server is a central server that provides authentication and authorization services for remote users who access a network. It receives authentication requests from RADIUS clients, such as routers, firewalls, or VPNs, verifies the credentials of the user, and returns an authorization decision to the client.
Limits of This Version:
bash <(curl -sSL https://get.docker.com)
docker pull alibelali/ibsng
docker run -d -p 80:80 --name IBSng alibelali/ibsng
web UI: http://Your-IP/IBSng/admin
user : system
pass: admin
You can mount postgresql database from your host:
Copy content of postgresql from container to host :
docker cp IBSng:/var/lib/pgsql /var/lib/
stop and remove IBSng container:
docker rm IBSng -f
start container again with -v option as follow:
docker run -d -p 80:80 --name IBSng -v /var/lib/pgsql/:/var/lib/pgsql/ alibelali/ibsng
Content type
Image
Digest
sha256:d0cd388eb…
Size
238.5 MB
Last updated
over 2 years ago
docker pull alibelali/ibsng