RustDesk

Yet another remote desktop solution, written in Rust.

Accessing the Web Portal

  1. Open your browser and go to: https://<SERVER-IP>
  2. Accept the self-signed SSL certificate warning.
  3. Log in with credentials from: /root/.cloudzy-creds

Important Files & Directories

  • Main RustDesk server binaries (hbbs, hbbr): /opt/rustdesk/
  • Log directory for signal & relay services: /var/log/rustdesk/
  • Generated client install scripts: /opt/gohttp/public/
  • Systemd service definitions for all components: /etc/systemd/system/
  • Admin credentials for Go HTTP server: /root/.cloudzy-creds

Service Management

systemctl status rustdesksignal
systemctl status rustdeskrelay
systemctl status gohttpserver

 

Application Details