TeamViewer or Anydesk alternative, self-hosted RustDesk

TeamViewer or Anydesk alternative, self-hosted RustDesk
Photo by Carl Heyerdahl / Unsplash

Looking for a self-hosted TeamViewer or Anydesk alternative? Meet RustDesk, the open source remote desktop solution that's perfect for small businesses looking to maintain remote control over their digital workspace.

With RustDesk, you can easily connect to your office computer from anywhere in the world. Let's say you're at a client site and need to access files from your desktop. Simply open RustDesk, securely log in with two-factor authentication, and it's as if you're sitting right in front of your office machine.

Self-hosted RustDesk screencast

RustDesk offers small businesses like yours the flexibility, security, and control needed to manage your operations remotely without the hefty price tag. It's a solution that grows with your business, allowing you to maintain a high level of productivity, no matter where your team is located.

Thank you for watching. Explore RustDesk today and take the first step towards a more connected and efficient business environment with Formable.

Formable's RustDesk Portainer stack docker-compose.yml

services:
  hbbs:
    container_name: hbbs
    image: rustdesk/rustdesk-server:latest
    ports:
      - 21115:21115
      - 21116:21116
      - 21116:21116/udp
      - 21118:21118
    command: hbbs -r rustdesk.formable.app:21117
    environment:
      - 'RELAY=rustdesk.formable.app'
    volumes:
      - type: bind
        source: /home/forge/rustdesk.formable.app/data
        target: /root
    depends_on:
      - hbbr
    restart: unless-stopped

  hbbr:
    container_name: hbbr
    image: rustdesk/rustdesk-server:latest
    ports:
      - 21117:21117
      - 21119:21119
    command: hbbr
    environment:
      - 'RELAY=rustdesk.formable.app'
    volumes:
      - type: bind
        source: /home/forge/rustdesk.formable.app/data
        target: /root
    restart: unless-stopped

Managed Self Hosted RustDesk

Formable sets up, monitors and updates your cloud applications.

💡
Formable installs RustDesk at your own subdomain, for example: desk.formable.app
📡
We monitor your application subdomain with Formable's Uptime Kuma server.
⚙️
Formable updates your application and checks for any breaking changes.
🚨
Formable resolves any application downtime issues and supports your team.
Mastodon