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.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.
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
.zip
file.
Step 3: Replace Files on Your Server/VPS
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.
Step 4: Reconfigure (if necessary)
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
Step 5: Install Dependencies
Ensure all required dependencies are installed:
npm install
If new dependencies were introduced, this command will install them automatically.
Step 6: Start the Application
Start using the following command:
npm start
Verify that the app starts without errors and is functioning as expected.
Troubleshooting
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
Last updated