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.
Step 1: Backup Your Current Installation
Before making any changes, backup your current installation, including:
The
config.ymlfile or any other configuration files.Custom files or data you’ve added.
Store the backup in a safe location to restore if needed.
Step 2: Download the Latest Version
Visit our Website 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
.zipfile.
Step 3: Replace Files on Your Server/VPS
Extract the
.zipfile 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.
Step 4: Reconfigure (if necessary)
Check the
config.ymlfile in the installation directory:If the update includes a new
config.ymlfile, compare it with your previous configuration and manually update the new file with your settings.If the
config.ymlfile 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
Step 5: Install Dependencies
Ensure all required dependencies are installed:
npm installIf new dependencies were introduced, this command will install them automatically.
Step 6: Start the Application
Start using the following command:
npm startVerify that the app starts without errors and is functioning as expected.
Troubleshooting
Configuration Issues: Double-check the
config.ymlfile for typos or missing values.Dependency Errors: Run
npm installto ensure all required packages are installed.Startup Issues: Review the console logs for error messages
Last updated