Tag: troubleshooting

  • Install and Configure a Self-Hosted RustDesk Server

    Install RustDesk Server (Hbbs & Hbbr) RustDesk has two main components: Hbbs (ID Server) Hbbr (Relay Server) 🔹 On Ubuntu / Debian 1️⃣ Update your system: sudo apt update && sudo apt upgrade -y 2️⃣ Download RustDesk Server binaries: wget <https://github.com/rustdesk/rustdesk/releases/latest/download/rustdesk-server-linux-amd64.zip> 3️⃣ Extract the files: sudo apt install unzip -y unzip rustdesk-server-linux-amd64.zip cd rustdesk-server-linux-amd64 4️⃣…

  • Immich Server Setup Guide

    Immich Server Setup Guide Step 1: Update Your System Ensure that your system is fully updated before beginning the installation: sudo apt-get update && sudo apt-get upgrade Step 2: Install CIFS Utilities and Samba You’ll need cifs-utils for mounting network shares and samba to manage credentials: sudo apt-get install cifs-utils samba Step 3: Set Up…