-
Notifications
You must be signed in to change notification settings - Fork 27
Running RADIUSDesk Installer
-
By default, the installer will setup RADIUSDesk on the server you are currently running the installer from i.e. localhost. To change that and use a remote server (on your network or in the cloud), edit the servers file in the installer's directory;
cd radiusdesk-installer; vi servers
. You can create a new host group as per Ansible's guide or modify the sample groups in the servers file. If you have modified the servers file and created a new group, also remember to edit rd-installer-ansible.yml and ensure the hosts uses your newly created server group from the previous step. -
RADIUSDesk Installer requires root privileges to ensure it installs packages and configure your servers properly. Login as the root user or a user with sudo privileges. Run the installer and select I or 1 to start provisioning your server with RADIUSDesk.
cd radiusdesk-installer; ./rd-installer
-
Grab yourself a Cup of Coffee as the installer provisions your server with RADIUSDesk and reboot the server to ensure everything is persistent on reboot [Optional].