User tools

Website tools


license installation

installation

Description of the license file installation.

In the current version of Benno MailArchiv, the license file is automatically read from the email in which it was sent to you. In this case, only the benno-rest to be restarted.

systemctl restart benno-rest

Add license manually

If the email containing the license file was not archived in Benno MailArchiv, the license file can be installed manually on the system.

Linux

Copy the license file to the Benno server using scp.

scp benno.lic root@benno.ihredomain.de:/etc/benno/benno.lic

Next, configure the permissions and restart the REST daemon.

chown benno.benno /etc/benno/benno.lic systemctl restart benno-rest

Windows

Unter Windows wird das pscp Programm von Putty benötigt, um die Datei auf den Server zu kopieren.

The following command copies the file:

pscp C:\path\to\benno.lic root@benno.ihredomain.de:/etc/benno/

Then log in to the Benno server via putty , set the permissions and restart the REST daemon.

chown benno.benno /etc/benno/benno.lic systemctl restart benno-rest
licenseinstallation.txt Last modified: 2023/04/14 10:25 by lwsystems