Splashtop
Source: Notion | Last edited: 2025-04-26 | ID: 719e2f7f-e61...
Configure client
Ubuntu
然后按照网站流程来即可:
打开streamer,设置好12位 code,就可以了。
- 设置team members
2024-09-23 Remember to set Access Permission in the My Computers panel to both All admins and members or else Members cannot see the Computer in the Default Group list on their own devices.
2024-11-18
Splashtop Installation Guide for Ubuntu
Section titled “Splashtop Installation Guide for Ubuntu”Pre-installation Note:
Section titled “Pre-installation Note:”- Visit the official download page to get the latest installer:
- Go to: Splashtop Linux Streamer Downloads
- 2025-04-25 latest version is:
- https://download.splashtop.com/linux/STB_CSRS_Ubuntu_v3.7.2.0_amd64.tar.gz
- Replace the download URL in step 1 below with the latest version
Installation Commands:
Section titled “Installation Commands:”# 1. Download and extract (replace URL with latest version from download page)# URL looks like:# <https://download.splashtop.com/linux/STB_CSRS_Ubuntu_v3.7.2.0_amd64.tar.gz>wget [LATEST_DOWNLOAD_URL] -O - | tar -xz
# 2. Install the extracted .deb filesudo apt install ./Splashtop_Streamer_Ubuntu_amd64.deb# OR, if on Debian 12:sudo dpkg -i Splashtop_Streamer_Ubuntu_amd64.deb
# 3. Fix permissions for log directorysudo mkdir -p /opt/splashtop-streamer/logsudo chmod 777 /opt/splashtop-streamer/log
# 4. Deploy using command line (replace HPJ999999KRS with your deployment code)sudo splashtop-streamer deploy HPJ999999KRS
# 5. Start the servicesudo systemctl start SRStreamer
# 6. Verify service is runningsystemctl status SRStreamerPost-installation Steps:
Section titled “Post-installation Steps:”- Reboot your system:
sudo reboot - The service should automatically start and connect
- Check the Splashtop icon in your system tray for connection status
Troubleshooting:
Section titled “Troubleshooting:”If connection issues occur after reboot:
# Stop servicesudo systemctl stop SRStreamer
# Clear configuration and redeploysudo rm -rf ~/.config/splashtop-streamersudo rm -rf /opt/splashtop-streamer/config/*
# Deploy and restartsudo splashtop-streamer deploy YOUR_DEPLOYMENT_CODEsudo systemctl start SRStreamerNote: The current example used version 3.7.2.0, but always use the latest version available from the official download page for best compatibility and security.