FAQ
Abstract
This page provides answers to various common questions by our users.
Feel free to use the right-side menu to jump to the section you are interested in.
How to open Prometheus to a 3rd-party app (Grafana etc.)➧
- Go to
/opt/wildcore-dms/.env. - Find and change or add the the following line:
PROMETHEUS_EXPOSE=0.0.0.0:9090 - Run
cd /opt/wildcore-dms && docker compose up -din your Terminal.
How to transfer WildCoreDMS to another server➧
-
Make a full backup with the following command:
-
Find the backup in
/opt/wildcore-backupsand transfer it to the target server. -
Restore the system from backup by running
-
Go to your Personal Cabinet and reset the saved IP (broken chain icon).
-
Register the new IP on the new server with
-
Run on the new server:
Encryption of Equipment Access➧
Starting from version 0.25, encryption of equipment access using SHA-AES-256 is supported
For new installations, encryption will be enabled by default.
To encrypt access after the update, run the following command:
Example output:
$ sudo wca security:enable-encryption
This command will encrypt access to the equipment in the database!
The action is irreversible!!
If you lose your decryption key, you will lose your passwords!!!
Are you sure you want to proceed? (y/n, default: no)? y
Encryption key not generated, trying to create
Encrypt password created - %&h0p5E&EQe*Ihj
Access 'Access L2' encrypted!
Encryption success enabled!
The first step in encryption is generating a password (if not already created) and saving it to the file /opt/wildcore-dms/.encrypt_passwd.
If the password is changed or lost, access will be unreadable.