Skip to main content
Skip table of contents

Operation of Mediaserver

The page shows commands for performing actions related to the operation of the Mediaserver, namely:

  • Installation of Mediaserver

  • Update of Mediaserver

  • Viewing the status of Mediaserver

  • Restarting Mediaserver

  • Enabling Mediaserver

  • Disabling Mediaserver

  • Logging read and write

Installation

For more information on installation, see the «Installation» page.

Update

To check available versions for update, enter the command:

CODE
apt list -a <xxxx>-media-server

To install, enter:

CODE
sudo apt update
sudo apt install <xxxx>-media-server

View service status

To view, enter the command:

CODE
sudo service <xxxx>-media-server status

Restart service

Restarting the service is necessary when changing configuration files.

Enter the corresponding command for the selected action:

CODE
sudo service <xxxx>-media-server restart

Enabling

Enabling the server is necessary after stopping in different cases.

CODE
sudo service <xxxx>-media-server start

Disabling

Disabling is necessary during backup and restore.

CODE
sudo service <xxxx>-media-server stop

Where logs are written and how to read them

The log and error journal is recorded in the corresponding files.

CODE
/var/log/media-server.log /var/log/media-server.err 

View service logs.

CODE
journalctl -u <xxxx>-media-server

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.