import{_ as s,c as a,o as i,ag as t}from"./chunks/framework.DPDPlp3K.js";const r="/assets/servers_add_button.DqYHhWPq.png",n="/assets/servers_display.f8nBpTOs.png",l="/assets/servers_vms_button.CXHECWPE.png",o="/assets/servers_vms_list.C3B4ERR1.png",v=JSON.parse('{"title":"Servers","description":"","frontmatter":{},"headers":[],"relativePath":"general/Servers.md","filePath":"general/Servers.md","lastUpdated":1745241280000}'),h={name:"general/Servers.md"};function p(d,e,c,g,k,u){return i(),a("div",null,e[0]||(e[0]=[t('
In the server menu you can see all your servers and add more if required
To add a new server to CoreControl, follow these steps:
Click the "Add Server" button in the top right corner of the server menu:
Fill out the server details across the following tabs:
Configure the basic server information:
Specify the server's hardware specifications:
Configure virtualization settings:
Set up server monitoring options (see "Monitoring" section for detailed information)
After filling out the required information, click "Add" to add the server to CoreControl.
If you want to monitor the hardware usage and status of your servers, you will have to enable monitoring in the monitoring tab.
After you have done this you need to install Glances on the server. To help you with this, we have created a sample compose that you can simply copy. For detailed customizations, please refer to the Glances docs.
services:
glances:
image: nicolargo/glances:latest
container_name: glances
restart: unless-stopped
ports:
- "61208:61208"
pid: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- GLANCES_OPT=-w --disable-webuiWARNING
Please also make sure that CoreControl can reach the specified API URL of Glances. In addition, the Glances API URL should be specified in the format http://<IP_OF_SERVER>:61208.
Your servers are displayed in a list or grid (depending on the display settings) - each server in its own card
There are also three action buttons at the end of each card.
If a host server contains VMs, you can display them using the “VMs” button
The associated VMs are then displayed in a clearly arranged list.