lirantal / daloradius

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.
http://www.daloradius.com
GNU General Public License v2.0
651 stars 334 forks source link

Cannot Log In #546

Open woiplmm opened 1 month ago

woiplmm commented 1 month ago

Cannot Log In If you are having trouble logging in to your account, it is likely that you have entered the wrong username and/or password. Please ensure that you have correctly entered your login credentials and try again. If you are still unable to log in after verifying your information, please don't hesitate to contact our support team for assistance. We're always here to help you regain access to your account and get back to using our services as quickly as possible.

Snipaste_2024-07-25_10-41-48 Snipaste_2024-07-25_10-42-26 Snipaste_2024-07-25_10-43-12 /var/log/apache2/daloradius/users/error.log [Thu Jul 25 02:37:08.915916 2024] [php:warn] [pid 4628] [client 192.168.123.29:7939] PHP Warning: Directory /var/www/daloradius/app/common/library/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer not writable. in /var/www/daloradius/app/common/library/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer.php on line 295, referer: http://192.168.123.250/login.php

///////////////////////////is ok image

ubuntu server 24.04 error 1.apache2ctl -k start AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

vim /etc/apache2/apache2.conf add: ServerName 127.0.1.1

apache2ctl -k start

  1. vim /etc/apache2/ports.conf add: Listen 8000

systemctl restart apache2

  1. http://ip:8000
filippolauria commented 1 month ago

Check this out: testing the infrastructure

Aguilar2020 commented 1 month ago

Strangely, I can't access using administrator and radius password, nor the password in the .htpasswd file

woiplmm commented 1 month ago

Strangely, I can't access using administrator and radius password, nor the password in the .htpasswd file

After filippolauria reminded, read the document, daloradius is divided into user port and management port, you need to use ip:8000 to open the background management page, if there is an error, you can refer to my solution