Server Configuration
Setting Up Your Havok Server
After your Havok server has been deployed, all server management tasks are done through the Havok Control Panel. This is where you can organize files, monitor performance, and configure your environment.
Access the panel: https://panel.havok.dk
Initial Setup
Log in to your Havok account.
Open the server panel and select the server you want to manage.
The dashboard provides access to all essential tools: file management, command console, logs, and resource monitoring.
Managing Startup
Each server comes with a pre-configured startup command based on your chosen language or environment.
While the command itself cannot be modified, you are able to select or change the main entry file for your server, such as index.js or main.py.
Setting Environment Variables
For bots or applications that use secrets like API keys or tokens:
Create a
.envfile in the root folder of your server.Add the required variables, for example:
Make sure your application is set up to load these variables correctly (e.g., using
dotenvin Node.js).
Official Links
Last updated
Was this helpful?
