Upgrade/Update Guide
This guide explains how to update or upgrade Hex Status or Hex Web or Hex Bot by replacing all files with the latest version and reconfiguring if necessary.
Last updated
This guide explains how to update or upgrade Hex Status or Hex Web or Hex Bot by replacing all files with the latest version and reconfiguring if necessary.
Last updated
Before making any changes, backup your current installation, including:
The config.yml
file or any other configuration files.
Custom files or data you’ve added.
Store the backup in a safe location to restore if needed.
Visit our and log in to your account.
Navigate to the Downloads section and select the product you want to update.
Download the latest version of the product as a .zip
file.
Extract the .zip
file on your local machine.
Connect to your server or VPS using an FTP client (e.g., FileZilla) or a terminal.
Upload all the extracted files to the server directory where Hex Status or Hex Web or Hex Bot is installed, replacing all existing files.
If prompted, confirm overwriting files.
Check the config.yml
file in the installation directory:
If the update includes a new config.yml
file, compare it with your previous configuration and manually update the new file with your settings.
If the config.yml
file remains unchanged, you can use your existing one.
Re-enter critical configuration details, such as:
License key
Bot token
API keys
Port number or system settings
Ensure all required dependencies are installed:
If new dependencies were introduced, this command will install them automatically.
Start using the following command:
Verify that the app starts without errors and is functioning as expected.
Configuration Issues: Double-check the config.yml
file for typos or missing values.
Dependency Errors: Run npm install
to ensure all required packages are installed.
Startup Issues: Review the console logs for error messages