เลือกแพลตฟอร์มที่คุณใช้งานเพื่อดูวิธีติดตั้ง
สำหรับบอร์ด Pi หรือเครื่อง Linux ทั่วไป
สำหรับ Google Cloud, AWS, VPS
สำหรับ Windows 10/11 (PowerShell)
สำหรับติดตั้งผ่าน Container
1 เปิด Terminal บนอุปกรณ์ของคุณ
curl -sSL https://dev.bosshub.io/static/install.sh | sudo bash
1 SSH เข้า Server และรันคำสั่ง (แนะนำสิทธิ์ root)
curl -sSL https://dev.bosshub.io/static/install_server.sh | sudo bash
ขั้นตอนการติดตั้งผ่าน PowerShell (สิทธิ์ Admin)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dev.bosshub.io/static/install_windows.ps1'))
* หลังจากลง VNC Server แล้ว อย่าลืมตั้งรหัสผ่าน VNC Password ในโปรแกรมด้วยนะครับ
1 ดาวน์โหลดและรันสคริปต์อัตโนมัติ
curl -sSL https://dev.bosshub.io/static/install_docker.sh -o install_docker.sh && bash install_docker.sh