thank you so much for this video, i'll be using daloradius and freeradius for my thesis, but i'm planning to deploy it with docker, can you also make a guide on how to deploy daloradius and freeradius in a docker container?
That’s interesting. Let me think about it. Currently, I have a project to prepare several videos to help people achieve CCNA. Once they have the CCNA or equivalent knowledge, they can have more choices in their career.
The command uses sudo to gain admin rights and tee to write a new Apache configuration file for a site called “operators”. It sets up a virtual host listening on port 8000, with specific permissions for directories, and logs for errors and access. The EOF indicates the end of the input.
HTTP ERROR 500 means that there is a problem with the server configuration. One common cause is that the PHP DB library is missing or not installed properly. You can try to install it by running the command pear install DB. Another possible cause is that the configuration variable CONFIG_DB_ENGINE in the file library/daloradius.conf.php is set to mysql instead of mysqli. You can edit the file and change the value to mysqli. You can also check the error logs at /var/log/httpd/error_log or /var/log/apache2/error.log to see more details about the error and what caused it If none of the above solutions work, i suggest you can try to reinstall daloradius. I am very sure that my step and procedure works.
Thanks, great video, is there any additional steps or advise you could give, since I'm unable to access the server using the web browser, the page does not load. Already checked and both apache2 and Freeradius are running
Good tutorial video. There is a bug that you can't delete NAS once it is created. It will return a "CSRF token error" when you try to delete it. Do you happen to have any idea how to fix this issue? By the way, Freeradius is integrated with MySQL.
Thank you very much. I know that I am not good at all. What I want to do is share what I know with those who watch my video. I hope my video can give them some positive insight.
The command is used to configure the ports that Apache web server listens on. It uses the sudo command to run as a superuser, the tee command to write to a file and the
Hi thx for the tutorial, all it´s working but I have a problem with mariadb that says the service isn´t working, the others are running, can u help me?
As usual, please try to 1. sudo apt update 2. sudo apt install mariadb-server 3. sudo systemctl start mariadb.service If you haven’t set a root password yet, press ENTER to indicate “none.” Once you’ve completed these steps, MariaDB should be up and running.
Hi. I see that when you set the user to disabled, it does not communicate with the mikrotik machine and leaves it unauthenticated. does anyone know how to make it instantaneous?
I am able to access my Huawei switch via FreeRADIUS but cannot enter configuration mode (`system-view`). Despite successful authentication, I am not granted access to configuration mode. Has anyone encountered a similar issue or can offer guidance on configuring FreeRADIUS to ensure full access to configuration mode on a Huawei switch? Thank you for your assistance!
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video. th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video. th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
Hello sir! I and my team have been installing and configuration freeradius and daloradius on our Ubuntu server.However, when we try to access login.php, we only see the code instead of the actual interface. What should we do?
@@FrancisTechWorld It is not an error message per say but when we gain access to the login page, we only see the backend of the page and not the front-end.
Hello Sir yet again. The login interface can appear now but I can't enter with your login credentials. It states that the login information is incorrect.
When i typing login: administrator and password: radius, daloradius says Cannot login :(. I did everything according to the tutorial. I check in mysql db table operator but everything ok. Please help me. But i'm tried use only mysql without mariadb maybe it is problem?
Sure. Have you checked my latest description in this video ? DaloRadius has updated some files. Anyway, please 1. Verify that the database configuration in DaloRadius is correctly set up. Look for the file daloradius.conf.php and ensure it contains the accurate database information. 2. Confirm that you’re accessing the correct web interface URL. The operator login is typically at your_server_ip:8000. The administrator / radius user does not exist on the user login page (your_server_ip:80). 3. You can start radiusd in debug mode using: radiusd -X Again, I am very sure that the steps and procedures work. I have reset the DaloRADIUS few weeks ago.
Please provide detail explanation and logs. Otherwise, it is hard to help. My suggestion is: 1. Enable PHP Debugging: Turn on PHP debugging to see if there are any errors being generated that are not being displayed. This can be done by editing the php.ini file and setting the display_errors directive to On. 2. Check for Required Extensions: Make sure that all required PHP extensions, such as php-gd, are installed and enabled. 3. Review Error Logs: Check the error logs for any entries that might indicate what the issue is. You can find the error logs in the /var/log/ directory on your server.
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video. th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
Hi, I had the same error, but with the "operators" path. To fix it, I deleted the .conf file and recreated it by copying the commands found in the description into a text file and then copying it into the console. Then I performed the following steps again and it worked. Maybe when transcribing some symbol or character it is wrong.
Thank you very much. It helped a lot.
thank you so much for this video, i'll be using daloradius and freeradius for my thesis, but i'm planning to deploy it with docker, can you also make a guide on how to deploy daloradius and freeradius in a docker container?
That’s interesting. Let me think about it. Currently, I have a project to prepare several videos to help people achieve CCNA. Once they have the CCNA or equivalent knowledge, they can have more choices in their career.
Can you please share the commands that you have run at 13:05 until 13:26 of this video. I am not able to understand it here
The command uses sudo to gain admin rights and tee to write a new Apache configuration file for a site called “operators”. It sets up a virtual host listening on port 8000, with specific permissions for directories, and logs for errors and access. The EOF indicates the end of the input.
i have error s currently unable to handle this request.
HTTP ERROR 500 to open login
HTTP ERROR 500 means that there is a problem with the server configuration.
One common cause is that the PHP DB library is missing or not installed properly. You can try to install it by running the command pear install DB.
Another possible cause is that the configuration variable CONFIG_DB_ENGINE in the file library/daloradius.conf.php is set to mysql instead of mysqli. You can edit the file and change the value to mysqli.
You can also check the error logs at /var/log/httpd/error_log or /var/log/apache2/error.log to see more details about the error and what caused it
If none of the above solutions work, i suggest you can try to reinstall daloradius.
I am very sure that my step and procedure works.
Me pasó lo mismo y resultó que en operators.conf y users.conf puse la información al revés
Installed and configured
Dalo radius login page is opening but unable to login with default credentials
administrator
radius
Thanks, great video, is there any additional steps or advise you could give, since I'm unable to access the server using the web browser, the page does not load. Already checked and both apache2 and Freeradius are running
thank you so so sooooo much you saved my life.
You are welcome. I know that I am not good. However, the objective of this channel is sharing what I know and can help others 😊😊
Good tutorial video. There is a bug that you can't delete NAS once it is created. It will return a "CSRF token error" when you try to delete it. Do you happen to have any idea how to fix this issue? By the way, Freeradius is integrated with MySQL.
Thank you very much. I know that I am not good at all. What I want to do is share what I know with those who watch my video. I hope my video can give them some positive insight.
how to configure FreeRadius + Daloradius + ldap but ldap/samba in separate server
can you explain what was the address and secret related to in the last part of the video? Is this supposed to be the address of your NAS?
Can you please share the commands that you have run at 12:45 of this video.
I am not able to understand it here
The command is used to configure the ports that Apache web server listens on. It uses the sudo command to run as a superuser, the tee command to write to a file and the
❤❤
Hi thx for the tutorial, all it´s working but I have a problem with mariadb that says the service isn´t working, the others are running, can u help me?
As usual, please try to
1. sudo apt update
2. sudo apt install mariadb-server
3. sudo systemctl start mariadb.service
If you haven’t set a root password yet, press ENTER to indicate “none.” Once you’ve completed these steps, MariaDB should be up and running.
Hello friend, i have problem, i made user and i can't find it in disconnected user.
Can you successfully log in to daloRADIUS?
Yes, I created users in daloradius and they are not online, i sent you a message in your email
Very good instructions. How do I implement self-registration with payment confirmation and send the username and password through WhatsApp and email?
you have to intregrate whats app api and sms api with it.
Hi. I see that when you set the user to disabled, it does not communicate with the mikrotik machine and leaves it unauthenticated. does anyone know how to make it instantaneous?
Time limite per user...
I am able to access my Huawei switch via FreeRADIUS but cannot enter configuration mode (`system-view`). Despite successful authentication, I am not granted access to configuration mode.
Has anyone encountered a similar issue or can offer guidance on configuring FreeRADIUS to ensure full access to configuration mode on a Huawei switch?
Thank you for your assistance!
I enter the username and password for Dalo, it shows
"This page isn’t working right now"
HTTP ERROR 500
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video.
th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
I can't restart freeradius server. It says,
Job for freeradius.service failed because the control process exited with error code.
What o i do please?
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video.
th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
sudo nano /etc/freeradius/3.0/mods-enabled/sql (check the password here. default working password is radpass) I have tested it on ubuntu server 20.04
Hello sir! I and my team have been installing and configuration freeradius and daloradius on our Ubuntu server.However, when we try to access login.php, we only see the code instead of the actual interface. What should we do?
@@msimisimasuku3922 what is the error message ?
@@FrancisTechWorld It is not an error message per say but when we gain access to the login page, we only see the backend of the page and not the front-end.
Hello Sir yet again. The login interface can appear now but I can't enter with your login credentials. It states that the login information is incorrect.
My problem has been solved. Thank you Sir.
@@msimisimasuku3922 good 😊
hi, how to enable attribute max-all-session, i can't use attribute max-all-session
Hope it can help. wiki.freeradius.org/modules/Rlm_sqlcounter?ssp=1&setlang=en&cc=HK&safesearch=moderate
Thanks Brother good luck@@FrancisTechWorld
When i typing login: administrator and password: radius, daloradius says Cannot login :(. I did everything according to the tutorial. I check in mysql db table operator but everything ok. Please help me. But i'm tried use only mysql without mariadb maybe it is problem?
Sure. Have you checked my latest description in this video ? DaloRadius has updated some files. Anyway, please
1. Verify that the database configuration in DaloRadius is correctly set up. Look for the file daloradius.conf.php and ensure it contains the accurate database information.
2. Confirm that you’re accessing the correct web interface URL. The operator login is typically at your_server_ip:8000.
The administrator / radius user does not exist on the user login page (your_server_ip:80).
3. You can start radiusd in debug mode using: radiusd -X
Again, I am very sure that the steps and procedures work. I have reset the DaloRADIUS few weeks ago.
@@FrancisTechWorld thanks for quick response. I successful installed all
@@sashabelyy7528 good to hear
invoive not downloading showing blank page
How about other pages? Any detail descriptions on your issue? I haven’t encountered it.
all are working fine but when i am try t0 download invioice page going to blank error 500
Hello I can’t access to Dali web
Apache2.service failed
@@saredoomar5838 have you follow all the steps that I did in the video ? If needed, you can also check with my latest video
INVOICE NOT DOWNLOADING
Please provide detail explanation and logs. Otherwise, it is hard to help. My suggestion is:
1. Enable PHP Debugging: Turn on PHP debugging to see if there are any errors being generated that are not being displayed. This can be done by editing the php.ini file and setting the display_errors directive to On.
2. Check for Required Extensions: Make sure that all required PHP extensions, such as php-gd, are installed and enabled.
3. Review Error Logs: Check the error logs for any entries that might indicate what the issue is. You can find the error logs in the /var/log/ directory on your server.
Thanks for All.. Just you are too fast
Thank you very much. I will slow down in the coming video 🙂
I can't restart apache 2 it says no such file or directory /etc/apache2/\\/var/lo/apache2/daloradius/users what I'm missing?
Thank you for your comment. I am not sure about the error you encountered, but I am confident that my steps and procedures work 100% (at least until today, August 2024). I have prepared an updated video, which you can compare with your environment: Updated Video.
th-cam.com/video/QNh8CIwpVdY/w-d-xo.html
Hi, I had the same error, but with the "operators" path. To fix it, I deleted the .conf file and recreated it by copying the commands found in the description into a text file and then copying it into the console.
Then I performed the following steps again and it worked.
Maybe when transcribing some symbol or character it is wrong.
xie xie
This guide is a little broken : ) you are missing a few things.
May I know which part or session is broken? I can try to fix it and improve it. This is the FreeRADIUS that I am using now. Thank you
This is the correct line mysql -u root -p radius < /etc/freeradius/3.0/mods-config/sql/main/mysql/schema.sql@@FrancisTechWorld
Thank you for your command. But what is the different @5:16 ?
If you look at your guide and compare it to the video at 5:16 your guide is missing "
I am happy that you really read my description. Thank you for your comment. Bcause youTube does not allow me to add < in the description.
xie xie