To run and run the system, you need a Docker container in which to load the image with all the necessary dependencies. Therefore, the first thing you must do is install the docker and docker-compose packages and unzip on the virtual machine:
Instead of <login>, specify the login provided when purchasing the license. When prompted for password when executing the wget command, specify the password you received when you purchased the license.
A self-signed SSL certificate is included in the standard delivery of the system. It can be found in the following files:
Path
Description
/opt/getscreen/cert/server.crt
file in PEM format with a certificate (or a chain of certificates)
/opt/getscreen/cert/server.key
file in PEM format with a private key
To ensure that browsers do not generate warnings about insecure connections, you must obtain a full-fledged certificate. This can be purchased from a certificate authority, or allocated for free from Let's Encrypt .
Run the following commands, replacing <hostname> with your domain name. During execution, follow the instructions the system gives you. Access to your domain's DNS server will be required.
To pair all the components of the system with each other and with the main server, it is necessary to prescribe in their configurations the appropriate keys and tokens. For convenience, all the keys are collected in the table below. You need to replace the key identifier in the corresponding files with a value with a random set of characters of a given length.
After starting the system, the master web server will display the license activation page. Enter the license key that is supplied with the system and the domain name you selected for the server - the one for which you allocated the certificate in step 3.
After checking the key, the system will automatically put the license file in the path /opt/getscreen/server/license.lic and offer to restart the server. To restart, run the command:
sudo docker container restart getscreen-server
After restarting, your license will be activated and the web server will give you the login page by domain.
The default administrator account:
login: administrator
password: Getscreen
Be sure to change the password for the administrator account!
You can do this on the settings page in the profile tab .