This repository contains a script to install Tailscale, a private wireguard network, on Roborock vacuum robots. It has only been tested on the Roborock S50 vacuum robot. It enables secure and easy access to your Roborock device from anywhere.
The script is designed to automatically detect the CPU architecture of the Roborock robot and download the appropriate Tailscale package. It then installs Tailscale and configures it to start on boot, ensuring continuous connectivity.
- A Roborock vacuum robot with network connectivity.
- SSH access to the robot.
- Clone this repository or download the script directly to your Roborock robot.
- Make the script executable:
chmod +x install_tailscale.sh
- Run the script:
./install_tailscale.sh
After installation, you can use Tailscale commands to manage your connection. For example:
- To log in:
tailscale up
- To check the status:
tailscale status
Contributions are welcome! If you have improvements or bug fixes, please open a pull request.
This script is released under the MIT License.
This script is not officially affiliated with Tailscale or Roborock. Please use it at your own risk.
Thanks to the Tailscale team for their excellent software and to the open-source community for the continuous support.
This project is maintained by @jahknem. For any questions or support, feel free to open an issue or contact me directly.