lirantal/daloradius là dự án Backend trên GitHub, viết chủ yếu bằng PHP, với 898 sao. daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
daloRADIUS is written using the PHP programming language and uses a database abstraction layer (DAL) for database access. Although DAL allows the use of different database management systems (DBMSs) (e.g., MariaDB, MySQL, PostgreSQL, SQLite, MsSQL, etc.), it is important to note that daloRADIUS has been fully tested only on the MariaDB DBMS. Therefore, the use of other DBMSs is not recommended.
Installation
quick installation
To quickly install a basic standalone AAA infrastructure - based on daloRADIUS - on a Debian environment, run the following command in a root terminal:
At the end of this procedure, the installation script will generate random credentials to be used for the operator's first login.
installation guide
To install daloRADIUS, you can follow the installation guide available in the project's official wiki.
Alternatively, you can also find the installation guide in the doc/install folder of this repository.
If you encounter any issues during the installation or have any questions, feel free to ask for support in the Issues section.
Documentation
The documentation for daloRADIUS is available in Markdown format and can be found in the doc folder of this repository.
For Docker usage, including the Compose stack and standalone web image, see README.docker-standalone.md.
Contributors
Special thanks to these wonderful people for their contributions to daloRADIUS...
... and many more who have contributed to the project over time. Thank you for your valuable contributions!
Would you like to contribute too? Learn how to get started: How to Contribute.
Features
Management
User Management
List Users: View a list of all registered users in the system.
Create New User: Easily create new user accounts with required attributes.
Quick Add New User: Streamlined process for quick user account creation, ideal for POS or HotSpot shops.
Edit User: Modify user account details and attributes as needed.
Search User: Easily find users using various search criteria.
Delete User: Remove user accounts from the system.
HotSpot Management
List HotSpots: View a list of all configured hotspots.
Create New HotSpot: Effortlessly create new hotspots and configure their settings.
Edit HotSpot: Modify hotspot details and settings as required.
Delete HotSpot: Remove hotspots from the system.
NAS Management
List NAS: View a list of all Network Access Servers (NAS) registered in the system.
Create New NAS: Add new NAS devices to manage network access.
Edit NAS: Modify NAS details and settings.
Delete NAS: Remove NAS devices from the system.
Groups Management
List, Create New, Edit and Delete User-Groups Mapping: Manage user-group mapping in the radius database.
List, Create New, Edit and Delete Group-Reply and Group-Check Settings: Configure group-wide attributes in the radius database.
Accounting
Users Accounting By
Username: View accounting information for specific users by their username.
IP Address: Monitor accounting details based on the user's IP address.
NAS IP Address: Track accounting data based on the NAS IP address.
Date (From/To): Get accounting records within a specified date range.
Display of All Accounting Records: Access a comprehensive view of all accounting records in the radius database.
Display of Active Accounting Records: Monitor active accounting sessions using Max-All-Session attribute or Expiration attribute.
Custom Accounting Query: Perform custom accounting queries to extract specific data.
HotSpots Accounting
Comparison of Accounting for different HotSpots: Compare accounting data for different hotspots, providing information on hotspot's unique users, total hits, average time, and total time.
GIS - Geographical Information System
daloRADIUS comes with integrated support for GIS provided by Leaflet and CARTO basemap, enabling the visual location of deployed HotSpots across a map. It allows you to see their status and monitor them visually.
View Map: Monitor deployed HotSpots using the GIS map.
Edit Map: Add or delete HotSpots directly on the map, without navigating to the HotSpots Management page.
Reporting
Basic Reporting
Online Users: View online users currently connected to the system from all NAS devices at a current point in time.
Last Connection Attempts: View last connection attempts and their status - whether they were rejected or successful.
Search Users: Search for Users - similar to the functionality in User Management page.
Top Users: View a report of the Top Users based on their Bandwidth consumption or Time usage.
Logs Reporting
daloRADIUS Log: Keep track of all actions performed within the daloRADIUS interface, such as page visits, form actions (e.g., deleting users, creating new hotspots), and queries submission for user accounting.
RADIUS Server Log: Monitor the FreeRADIUS server logfile.
System Log: Monitor the system log, which can include syslog or messages, depending on the configuration.
Boot Log: Monitor the boot/kernel log (dmesg).
Status Reporting
Server Status: Provides detailed information on the server where daloRADIUS is deployed, including CPU utilization, uptime, memory, disk information, and more.
RADIUS Status: Provides information on whether the FreeRADIUS server is running, along with the database server (e.g., MySQL, PostgreSQL, or others).
Billing
POS (Point of Sales)
Plans
Rates
PayPal Transactions
Billing History
Invoices
Payments
Graphs
Users Graphs
Provides visual graphs and statistical listing per user connection's attributes, including:
Logins/Hits
Download
Upload
Server-Wide Graphs
Provides visual graphs and statistical listing for the entire server, showing all-time information on:
Logins/Hits
Traffic Comparison
Configuration
Global Configuration
Database Settings: Configure database connection information (storage: MySQL, PostgreSQL, and others), credentials (username and password), radius database table names (radcheck, radacct, etc.), and database password encryption type (none, md5, sha1).
Language Settings: daloRADIUS is multi-lingual and currently supports English and Russian language packs.
Logging Settings and Debugging: Enable logging of different actions, queries, and page visits. Also supports debugging of SQL queries executed.
Interface Settings: Support for displaying password text in either clear-text or as asterisks to hide it. Table listing spanning across multiple pages is configurable on the number of rows per page and addition of number links for quick-access to different pages.
Maintenance
Test User Connectivity: Provides the ability to check if a user's credentials (username and password) are valid by executing a radius query to a radius server (configurable for radius port, shared secret, etc.).
Disconnect User: Supply a username and send a PoD (Packet of Disconnect) or CoA (Change of Authority) packet to the NAS to disconnect the user.
Operators
daloRADIUS supports Operators for complete management of the entire platform. Different Operators can be added with their contact information and ACLs settings to grant or revoke them permissions to access different pages.
List Operators
Create New Operator
Edit Operator
Delete Operator
Two-Factor Authentication: Operators can enable TOTP-based MFA for their own account. Administrators can reset an operator's MFA from the UI or from the server command line; see Operator two-factor authentication recovery.
Database migrations
For new installations, use the schemas found in contrib/db/mariadb-daloradius*.sql. If you're upgrading an existing daloRADIUS setup, review contrib/db/migrations/ and apply the relevant SQL migrations before using any newly introduced features. See the upgrade notes in the wiki for details.
Credits
daloRADIUS makes use of several third-party packages and I would like to thank these
great tools and their authors for releasing such a good software to the community.
lirantal/daloradius có 898 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/lirantal/daloradius. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
lirantal/daloradius có những chủ đề gì?
GitHub topics của lirantal/daloradius: "freeradius", "freeradius-webinterface", "hotspot-management", "hotspot-manager", "php", "radius", "wifi-manager". TopGit xếp repo vào nhóm Backend.
lirantal/daloradius còn đang phát triển không?
Commit gần nhất trên lirantal/daloradius là 26 ngày trước (theo timestamp GitHub). Repo có 429 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
lirantal/daloradius là gì?
lirantal/daloradius (lirantal/daloradius) là dự án PHP trên GitHub. Theo mô tả gốc: daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
lirantal/daloradius so với các dự án Backend khác thế nào?
lirantal/daloradius được TopGit xếp vào nhóm Backend, với 898 sao GitHub và viết bằng PHP. Xem trang chủ đề Backend trên TopGit để so sánh với các dự án tương tự theo số sao và mức độ hoạt động.
lirantal/daloradius viết bằng ngôn ngữ gì?
lirantal/daloradius chủ yếu viết bằng PHP. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Vì sao lirantal/daloradius được xếp vào nhóm Backend?
TopGit xếp lirantal/daloradius vào nhóm Backend dựa trên GitHub topics và mô tả của repo (gắn thẻ: "freeradius", "freeradius-webinterface", "hotspot-management"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
Đọc đầy đủ README ở tab phía trên.
daloradius có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về daloradius.