This is an old revision of the document!
White Label an Install of RADIUSdesk
We realized there are by now quite a few deployments of RADIUSdesk out there.
Some of these deployments require White Labeling.
If you want to White Label your install then this page is for you.
Change the location from where the pages are served
sudo cp -R /usr/share/nginx/html/rd/build/production/Rd/* /usr/share/nginx/html/
Change the login screen
sudo vi /usr/share/nginx/html/resources/js/config.js
headerName : 'RADIUSdesk',
footerName : 'RADIUSdesk',
footerLicense : '2012-2017 GPL license',
Change the Page Title
sudo vi /usr/share/nginx/html/index.html
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Rd</title>