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

  1. Log in to your Havok account.

  2. Open the server panel and select the server you want to manage.

  3. 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:

  1. Create a .env file in the root folder of your server.

  2. Add the required variables, for example:

  1. Make sure your application is set up to load these variables correctly (e.g., using dotenv in Node.js).


Official Links

Support Server: Join Here

Billing/Client Portal: Go to!

Last updated

Was this helpful?