Dockerized version of the RADIUSdesk Project. Find the source code here.
Ensure you have docker and docker compose installed and simply run: docker compose up -d
. This will pull MariaDB and
the RADIUSdesk docker container and then build the containers for you with the necessary config.
Once you have run the docker-compose.yml file and the service is up (check its status using docker logs radiusdesk
)
you can log in with the default credentials at http://127.0.0.1:80/.
The default username and password for RADIUSdesk are root and admin, respectively.
The docker service name for the database and the username and passwords in the database config need to match those in the RADIUSdesk config in the original repo, which defaults to the passwords listed above. Changing these will not work in version 4.0.0.
The app_local.php file specifies the details in the original repo.
The container can be found on Dockerhub here.