rdks
Rustdesk Server for ImmortalWrt.
⬇️ Downloads
🚀 Features
- Built-in latest version of Rustdesk-Server.
- It can run smoothly with just a few lines of commands.
- It can be set as a daemon process and start automatically on boot.
⚙ Commands
- Once installed, it can be started with just one command.
- Run:
/etc/init.d/rdks start
- Restart
/etc/init.d/rdks restart
- Check running status:
/etc/init.d/rdks status
- Show Rustdesk-Server Key
cat /etc/rustdesk/id_ed25519.pub
- Use the built-in utils to cheking the stats:
/etc/rustdesk/rustdesk-utils doctor localhost
- Automatic startup
It usually starts automatically. If it does not start automatically, please execute the command.
/etc/init.d/rdks enable
🛠 How to build?
It is assumed that you are already in the SDK root directory.
Additional operations are required on the source code:
cd sdk-root/package/rdks/root/etc/rustdesk
rm DONOTREMOVE
curl -LO "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.15/rustdesk-server-linux-⚠️Rustdesk Arch.zip"
unzip rustdesk-server-linux-⚠️Rustdesk Arch.zip
rm rustdesk-server-linux-⚠️Rustdesk Arch.zip
mv ⚠️Rustdesk Arch/* ./
rm -rf ⚠️Rustdesk Arch/
⚖️ License
This application is licensed under the GNU Affero General Public License Version 3 (AGPL-3.0).
This project references and incorporates components from RustDesk-Server.