1. Dashboard requirements
The Dashboard is a WebView application that uses client-side application to display web content hosted on a server side, therefore the technical requirements must be met either on server and client side.
1.1 Web Hosting
- PHP >= 8.0
- Rewrite engine support to handle .htaccess rules: Mod Rewrite
- WebServer, e.g. Apache, LiteSpeed, Nginx, Microsoft IIS
In case of using Microsoft IIS web server the .htaccess must be rewritten to supported format or .htaccess supporting module must be installed.
1.2 Client side
- Microsoft .NET Framework, version 4.8 - Download
- Windows 7 or later Operating System
2. Downloading and extracting server files
Download the file and extract the archive to your preferred location on your personal or web server's disk. You will see two folders: Web and Client. The purpose of each folder's contents will be explained in later sections of the Dashboard guides.