Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created June 9, 2021 16:21
Show Gist options
  • Save LinuxlinkedBD/3a07ef7a2307a57cfd62e40d4efd4942 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/3a07ef7a2307a57cfd62e40d4efd4942 to your computer and use it in GitHub Desktop.
How to Install FreeRADIUS and daloRADIUS
If you need complete FreeRAIUS/daloRADIUS setup, ping me on below contacts:
Telegram: linuxlinked
email: linuxlinked@gmail.com
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Fs2yOetbyn8
########################################################################################################################################
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt-get install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
sudo apt update
sudo apt upgrade -y
sudo apt update
sudo apt install mariadb-server
sudo mysql_secure_installation
sudo apt -y install php libapache2-mod-php php
#Open Admin link using your system IP address or domain name: http://ip-address/daloradius/login.php
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-06-09 00-01-25
Screenshot from 2021-06-09 00-01-26
Screenshot from 2021-06-09 00-01-45
Screenshot from 2021-06-09 00-02-12
Screenshot from 2021-06-09 00-02-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment