Screego

Fast, self-hosted screen sharing tool with high quality and low latency.

Access the Web Interface

Open a browser and navigate to: https://<SERVER-IP>

When prompted for login, use the credentials saved in: /root/.cloudzy-creds

Default Users

Two users are automatically created during installation.

You can view them anytime with:

cat /root/.cloudzy-creds

Managing Users

To add another user manually, append a new entry to /root/screego/users:

echo "<USERNAME>:$(python3 -c "import bcrypt; print(bcrypt.hashpw(b'<PASSWORD>', bcrypt.gensalt()).decode())")" >> /root/screego/users

Then restart the Screego service:

cd /root/screego
docker compose restart

Important Files & Directories

  • Installation directory: /root/screego
  • Docker Compose file: /root/screego/docker-compose.yml
  • Saved credentials info: /root/.cloudzy-creds
  • SSL certificate: /etc/nginx/ssl/screego.crt
  • SSL private key: /etc/nginx/ssl/screego.key
  • Nginx configuration: /etc/nginx/sites-available/screego.conf

 

Application Details