How to install and configure the WebOrbiton Dashboard is a straightforward process designed for Self-Hosted users. First, open the login.html file in your WebOrbiton installation and click the WebOrbiton Dashboard button. You will be redirected to self.weborbiton.click, where you can download the Dashboard. Choose Download Latest Version, which is the recommended option as it includes the latest improvements and updates. While the GitHub repository is available for browsing the source code, most users should select the latest stable release.
After downloading the Dashboard files, create a folder named admin inside your main WebOrbiton directory. Move all downloaded WebOrbiton Dashboard files into this admin folder. Next, open the hash_generator.php file and replace
$plainPassword = 'CHANGE_TO_YOUR_PASSWORD';
with your own password. Save the file, then run it on your hosting environment to generate a hashed password. Copy the generated hash and delete the hash_generator.php file to keep your installation secure.
Finally, open admin-config.php and set your login credentials. Define your admin username using $adminUsername, then paste the generated hash into
$adminPasswordHash = 'CHANGE_TO_YOUR_HASHED_PASSWORD';.
Save the changes, and the WebOrbiton Dashboard will be fully configured and ready for use.