<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://radiusdesk.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://radiusdesk.com/wiki/feed.php">
        <title>RADIUSdesk getting_started</title>
        <description></description>
        <link>https://radiusdesk.com/wiki/</link>
        <image rdf:resource="https://radiusdesk.com/wiki/_media/wiki/favicon.ico" />
       <dc:date>2026-04-16T00:13:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/12_install_pi_accel?rev=1698967965&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/12_install_pi_freeradius?rev=1698965812&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/12_install_pi_nginx?rev=1698964450&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_coovachilli?rev=1661976083&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_freeradius_3?rev=1661975815&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_mqtt?rev=1661976119&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_nginx?rev=1673552260&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_coovachilli?rev=1655221716&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_freeradius_3?rev=1707068488&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_mqtt?rev=1661978395&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_nginx?rev=1700639936&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/22_upgrade?rev=1688584205&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/docker_image?rev=1681894446&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/getting_started?rev=1655143874&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/mobile_ui?rev=1695303138&amp;do=diff"/>
                <rdf:li rdf:resource="https://radiusdesk.com/wiki/getting_started/update?rev=1655143604&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://radiusdesk.com/wiki/_media/wiki/favicon.ico">
        <title>RADIUSdesk</title>
        <link>https://radiusdesk.com/wiki/</link>
        <url>https://radiusdesk.com/wiki/_media/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/12_install_pi_accel?rev=1698967965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T01:32:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:12_install_pi_accel</title>
        <link>https://radiusdesk.com/wiki/getting_started/12_install_pi_accel?rev=1698967965&amp;do=diff</link>
        <description>Installing Accel-ppp on Raspberry Pi OS

Introduction

	*  The Accel-ppp project has quite a lot documentation available along with forums which you can go through to gather information.
	*  Their install instructions for Debian served as a reference for the instructions on this page.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/12_install_pi_freeradius?rev=1698965812&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T00:56:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:12_install_pi_freeradius</title>
        <link>https://radiusdesk.com/wiki/getting_started/12_install_pi_freeradius?rev=1698965812&amp;do=diff</link>
        <description>Installing FreeRADIUS version 3.x on Raspberry Pi OS

Introduction

	*  Install FreeRADIUS and MySQL module.


sudo apt-get -y install libdatetime-perl libdbd-mysql-perl eapoltest
sudo apt-get -y install freeradius freeradius-mysql
# Answer yes to install these with their dependencies
# Please note that when this package is installed there are some things generated that can take up lots of time on slower machines.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/12_install_pi_nginx?rev=1698964450&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T00:34:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:12_install_pi_nginx</title>
        <link>https://radiusdesk.com/wiki/getting_started/12_install_pi_nginx?rev=1698964450&amp;do=diff</link>
        <description>Install Nginx

Prep

	*  These instructions are for Raspberry Pi OS based on Debian version 12 (bookworm).
	*  You can issue the command cat /etc/issue.net to confirm the version. It should say Debian GNU/Linux 12
.
	*  Make sure it is up to date.


# Get the latest package lists
sudo apt-get update
# Update the system to the latest
sudo apt-get upgrade</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_coovachilli?rev=1661976083&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-31T22:01:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:20_install_ubuntu_coovachilli</title>
        <link>https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_coovachilli?rev=1661976083&amp;do=diff</link>
        <description>Install CoovaChilli on Ubuntu 20.04

Introduction

	*  RADIUSdesk can function perfectly without CoovaChilli.
	*  CoovaChilli however is the best open source captive portal software around.
	*  If you want to install CoovaChilli on a machine; make sure that there are at least two functional network cards present</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_freeradius_3?rev=1661975815&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-31T21:56:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:20_install_ubuntu_freeradius_3</title>
        <link>https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_freeradius_3?rev=1661975815&amp;do=diff</link>
        <description>Installing FreeRADIUS version 3.x on Ubuntu 20.04

Introduction

	*  Ubuntu 20.04 now comes with a FreeRADIUS 3.x release.
	*  Install FreeRADIUS and MySQL module.


sudo apt-get install libdatetime-perl
sudo apt-get install freeradius freeradius-mysql
# Answer yes to install these with their dependencies
# Please note that when this package is installed there are some things generated that can take up lots of time on slower machines.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_mqtt?rev=1661976119&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-31T22:01:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:20_install_ubuntu_mqtt</title>
        <link>https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_mqtt?rev=1661976119&amp;do=diff</link>
        <description>MQTT Real-time Support for MESHdesk and APdesk

Install Mosquitto

	*  Install the Mosquitto MQTT Broker as per these fine instructions:
				*  &lt;https://www.vultr.com/docs/install-mosquitto-mqtt-broker-on-ubuntu-20-04-server/&gt;

	*  Make sure you do Step 3 to secure the it with usernames and passwords.
	*  In this document we use username and password of</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_nginx?rev=1673552260&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T21:37:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:20_install_ubuntu_nginx</title>
        <link>https://radiusdesk.com/wiki/getting_started/20_install_ubuntu_nginx?rev=1673552260&amp;do=diff</link>
        <description>Installing RADIUSdesk on Ubuntu 20.04 using Nginx

	*  As from January 2023 we encourage you to run the latest RADIUSdesk code on Ubuntu 22.04 or higher.
	*  If you however are not able to do for whatever reason, use the URL below for reference instructions to replace PHP v7.4 with PHP v8.1 on Ubuntu 20.04.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_coovachilli?rev=1655221716&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-14T17:48:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:22_install_ubuntu_coovachilli</title>
        <link>https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_coovachilli?rev=1655221716&amp;do=diff</link>
        <description>Install CoovaChilli on Ubuntu 22.04

Introduction

	*  RADIUSdesk can function perfectly without CoovaChilli.
	*  CoovaChilli however is the best open source captive portal software around.
	*  If you want to install CoovaChilli on a machine; make sure that there are at least two functional network cards present</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_freeradius_3?rev=1707068488&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-04T19:41:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:22_install_ubuntu_freeradius_3</title>
        <link>https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_freeradius_3?rev=1707068488&amp;do=diff</link>
        <description>Installing FreeRADIUS version 3.x on Ubuntu 22.04

Introduction

	*  Ubuntu 22.04 now comes with a FreeRADIUS 3.x version.
	*  Install FreeRADIUS and MySQL module.


sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl  libdatetime-format-rfc3339-perl
 eapoltest
sudo apt-get -y install freeradius freeradius-mysql
# Answer yes to install these with their dependencies
# Please note that when this package is installed there are some things generated that can take up lots o…</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_mqtt?rev=1661978395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-31T22:39:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:22_install_ubuntu_mqtt</title>
        <link>https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_mqtt?rev=1661978395&amp;do=diff</link>
        <description>MQTT Real-time Support for MESHdesk and APdesk

Install Mosquitto

	*  Install the Mosquitto MQTT Broker as per these fine instructions:
				*  &lt;https://www.vultr.com/docs/install-mosquitto-mqtt-broker-on-ubuntu-20-04-server/&gt;

	*  Make sure you do Step 3 to secure the it with usernames and passwords.
	*  In this document we use username and password of</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_nginx?rev=1700639936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-22T09:58:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:22_install_ubuntu_nginx</title>
        <link>https://radiusdesk.com/wiki/getting_started/22_install_ubuntu_nginx?rev=1700639936&amp;do=diff</link>
        <description>Installing RADIUSdesk on Ubuntu 22.04 using Nginx

Skills required for the installation

To install RADIUSdesk, you need sufficient knowledge and experience with Linux:

	*  Installing the Linux operating system.
	*  Edit text files from the terminal using a text editor such as Vi or Nano.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/22_upgrade?rev=1688584205&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-05T21:10:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:22_upgrade</title>
        <link>https://radiusdesk.com/wiki/getting_started/22_upgrade?rev=1688584205&amp;do=diff</link>
        <description>Upgrading From CakePHP3 Based Install

Introduction

	*  This page can be used as a reference when upgrading an older install of RADIUSdesk that is still using CakePHPv3 to the latest one using CakePHPv4.
	*  There has been substantial changes in the database structure between the RADIUSdesk releases that use CakePHPv3 and those that user CakePHPv4.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/docker_image?rev=1681894446&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-19T10:54:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:docker_image</title>
        <link>https://radiusdesk.com/wiki/getting_started/docker_image?rev=1681894446&amp;do=diff</link>
        <description>RADIUSdesk Docker Image

Introduction

	*  You need to know the basics of Docker in order to complete these instructions.
	*  The Docker image will produce a split image (two containers)
				*  One container will be the database using MariaDB
				*  The other container will be the web server with Nginx, PHP and FreeRADIUS.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/getting_started?rev=1655143874&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-13T20:11:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:getting_started</title>
        <link>https://radiusdesk.com/wiki/getting_started/getting_started?rev=1655143874&amp;do=diff</link>
        <description>Getting Started

	*  RADIUSdesk now features a Setup Wizard to get you up and running in no time.
	*  After you created a site using the Setup Wizard you can simply start to point RADIUS Clients to the RADIUSdesk server.
	*  In this page we will assume you have an installation of CoovaChilli which you want to point to a RADIUSdesk server.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/mobile_ui?rev=1695303138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-21T15:32:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:mobile_ui</title>
        <link>https://radiusdesk.com/wiki/getting_started/mobile_ui?rev=1695303138&amp;do=diff</link>
        <description>RADIUSdesk Mobile

Introduction

	*  As from July 2023 we are introducing RADIUSdesk Mobile as an alternative mobile first UI for RADIUSdesk.
	*  This means that in the future you will be able to do everything in RADIUSdesk from the privacy of your own phone.</description>
    </item>
    <item rdf:about="https://radiusdesk.com/wiki/getting_started/update?rev=1655143604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-13T20:06:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started:update</title>
        <link>https://radiusdesk.com/wiki/getting_started/update?rev=1655143604&amp;do=diff</link>
        <description>Update RADIUSdesk

	*  To update a recent install (Github Repo) of RADIUSdesk


# CD to the install directory of RADIUSdesk
cd /var/www/rdcore
# Do a Git Pull
sudo git pull


	*  Apply the SQL patches.
	*  The SQL patches are located under  /var/www/html/cake3/rd_cake/setup/db/</description>
    </item>
</rdf:RDF>
