In case if main administrator's password been lost, you can reset it if you keep ssh access to the server. Please run command
cd /opt/getscreen
sudo docker exec -it getscreen-server /opt/server/server -reset-password
Command will display the new password:
The administrator password has been changed to [new password]
After that, container with server must be restarted:
cd /opt/getscreen
sudo docker-compose restart getscreen-server
Configure custom folder for video recordings storage¶
To configure storage of video recordings outside of standard /opt/getscreen folder, open docker-compose.yml file. Find section for getscreen-storage container