Rabbit Remote Control
Author: Kang Lin [email protected]
- Introduction
- Functions
- Status
- Sponsorship and Donations
- Contribution
- Road map
- Download
- Change log
- Development
- License Agreement
Introduction
Rabbit Remote Control is a cross-platform, multi-protocol remote control software.
Allows you to use any device and system in anywhere and remotely manage any device and system in any way.
It include remote desktop, remote terminal etc remote control functions.
Screenshot
Main window | Recent list menu | Connect | Work |
---|---|---|---|
Multiple style
Default style | Black-Green style | Black style | White style |
---|---|---|---|
Project repository position
- Main repository: https://github.com/KangLin/RabbitRemoteControl
- Mirror repository:
Functions
Supported operating system
See: https://doc.qt.io/qt-5/supported-platforms.html
- Windows 7 SP1 and later
- Unix/Linux
- Android
- mac os
- IPHONE
- WINCE
I have no devices so I did not compile and test. Please test by yourself if you have devices. Interested and capable friends are welcome to participate in the development of the project.
If you want to donate the developed devices for me, please contact: (email: [email protected])
Windows | Unix/linux | Android | MAC | IPHONE | WINCE | |
---|---|---|---|---|---|---|
vnc | ✓ | ✓ | ||||
RDP | ✓ | ✓ | ||||
Spice | ||||||
Scrcpy | ||||||
Terminal | ✓ | |||||
SSH | ✓ | |||||
TELNET | ✓ | |||||
FTP |
Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported
Supported multiple languages
- English
- Chinese
- Simplified Chinese
- Traditional Chinese
Supported protocols
Remote control protocols
- RFB(Remote frame buffer) is also called VNC(Virtual Network Computing): https://github.com/rfbproto/rfbproto
- RDP(Remote desktop protocol): https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation
- Spice: https://www.spice-space.org/
- SSH: https://www.rfc-editor.org/info/rfc4251
- TELNET: https://www.rfc-editor.org/info/rfc318
- Terminal
- scrcpy: https://github.com/Genymobile/scrcpy
- FTP(File Transfer Protocol): https://www.rfc-editor.org/info/rfc959
Network protocols
- Peer-to-Peer (P2P) protocol
- Proxy
- socks
- http
- Peer-to-Peer (P2P) proxy protocol: #7
Function list
Server | Client | Desktop | Clipboard | File | Audio | Redirection | P2P | Proxy | Terminal | |
---|---|---|---|---|---|---|---|---|---|---|
RDP | ✓ | ✓ | ✓ | ✓ | …… | ✓ | …… | ❌ | ||
RFB | …… | ✓ | ✓ | ✓ | ❌ | ❌ | ✓ | ✓ | ||
Spice | ❌ | |||||||||
Scrcpy | ❌ | |||||||||
Terminal | ⭕ | ❌ | ✓ | ❌ | ❌ | ❌ | ||||
TELNET | ⭕ | ❌ | ✓ | ❌ | ❌ | ❌ | ||||
SSH | ⭕ | ❌ | ✓ | ❌ | ❌ | |||||
FTP | ❌ | ❌ | ❌ |
Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported
Proxy | P2P | |
---|---|---|
RabbitVNC | ✓ | ✓ |
TigerVNC | ✓ | ✓ |
LibVNC | ||
FreeRDP |
Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported
Plugins
Full Documentation
Status
Build status
master | develop |
---|---|
Sponsorship and Donations
If this software is useful to you, or you like it, please donate and support the author. Thank you!
If it cannot be displayed, please open:
- https://gitlab.com/kl222/RabbitCommon/-/raw/master/Src/Resource/image/Contribute.png
- https://sourceforge.net/p/rabbitcommon/code/ci/master/tree/Src/Resource/image/Contribute.png
Contribution
- Mailing list
- Developer [email protected]
- Discuss [email protected]
- Issues
- Discussions
- Contributors: Thank Contributors
If you're wondering how could you help, fear not, there are plenty of ways:
Some of them are:
- Donation - Provide funds and devices for this project 😄
- The project is need server with public IP
- Spread the good word about RabbitRemoteControl to make it more popular 😄
- Have an opinion? Make sure to voice it in the Discussions that need it 😉
- Fixing easy Issues or Issues that need help. Make sure to read Contributing first though 😉
- Testing and reporting bugs
- Translating, it's easy 😄
- Reviewing and testing pull requests – you don't need to be able to code to do that 😉
- Distribute this program to various operating systems
- Linux
- Ubuntu, Debian
- Redhat
- openSUSE
- FreeBSD
- CentOS
- Arch Linux
- Unix
- Windows 10 mall
- Android
- Linux
- Be finished unsupported protocols
Road map
- Support common existing remote control protocols
- Client
- Client frame
- Remote desktop
- Terminal(Linux implemented,but it is has a same BUG)
- Specific protocol support, see: Supported protocol
- Peer-to-Peer (P2P) remote control protocol, see requirements for details: #7
- Client frame
- Server
- Server framework
- Specific protocol support, see: Supported protocol
- Peer-to-Peer (P2P) remote control protocol, see requirements for details: #7
- Client
- Peer-to-Peer (P2P)remote control protocol, see requirements for details: #7
- File Transfer Protocol(FTP)
Server | Client | Desktop | Clipboard | File | Audio | Redirection | P2P | Proxy | Terminal | |
---|---|---|---|---|---|---|---|---|---|---|
RabbitVNC | ✓ | ✓ | ✓ | ✓ | ❌ | ❌ | ✓ | ✓ | ||
TigerVNC | ✓ | ✓ | ✓ | ✓ | ❌ | ❌ | ✓ | ✓ | ||
LibVNCServer | ✓ | ✓ | ✓ | ✓ | ❌ | ❌ | ||||
RDP | ✓ | ✓ | ✓ | ✓ | …… | ✓ | …… | ❌ | ||
Spice | ❌ | |||||||||
Scrcpy | ❌ | |||||||||
Terminal | ⭕ | ❌ | ✓ | ❌ | ❌ | |||||
SSH | ⭕ | ❌ | ✓ | ❌ | ❌ | |||||
TELNET | ⭕ | ❌ | ✓ | ❌ | ❌ | ❌ | ||||
FTP | ❌ | ❌ | ❌ |
Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported
-
The development of common remote control protocol clients and some servers has been completed. It has preliminary practical functions, and needs to be tried by small partners, find bugs, and put forward suggestions that can be more convenient to use in practical applications.
-
For terminal remote control, because qtermwidget only supports LINUX/UNIX, it needs to support other platforms.
-
Peer-to-Peer (P2P) remote control is finished. which is also a feature of this project. See requirements for details: #7
Download
- Change log
- Semantic Versioning: https://semver.org/
-
Latest Release:
-
Current version: 0.0.27
- Windows: Supported WINDOWS 7 and later version
- Install package: RabbitRemoteControl_setup_v0.0.27.exe
- MD5SUM file: RabbitRemoteControl_setup_v0.0.27.exe.md5sum
- No need to install package: RabbitRemoteControl_windows_v0.0.27.zip
- MD5SUM file: RabbitRemoteControl_windows_v0.0.27.zip.md5sum
- Ubuntu:
-
Ubuntu 20.04: rabbitremotecontrol_0.0.27_amd64_Ubuntu-20.04.deb
sudo apt install ./rabbitremotecontrol_0.0.27_amd64_Ubuntu-20.04.deb # If you're on an older Linux distribution, you will need to run this instead: # sudo dpkg -i rabbitremotecontrol_0.0.27_amd64_Ubuntu-20.04.deb # sudo apt-get install -f # Install dependencies
-
MD5SUM file: rabbitremotecontrol_0.0.27_amd64_Ubuntu-20.04.deb.md5sum
-
Ubuntu 18.04: rabbitremotecontrol_0.0.27_amd64_Ubuntu-18.04.deb
sudo apt install ./rabbitremotecontrol_0.0.27_amd64_Ubuntu-18.04.deb # If you're on an older Linux distribution, you will need to run this instead: # sudo dpkg -i rabbitremotecontrol_0.0.27_amd64_Ubuntu-18.04.deb # sudo apt-get install -f # Install dependencies
-
MD5SUM file: rabbitremotecontrol_0.0.27_amd64_Ubuntu-18.04.deb.md5sum
-
- Windows: Supported WINDOWS 7 and later version
Development
Development documentation
Dependent
Tools
Dependent libraries
- [MUST] RabbitCommon:https://github.com/KangLin/RabbitCommon
- VNC
- [Optional] RabbitVNC: https://github.com/KangLin/RabbitVNC
- [Optional] LibVNCServer: https://github.com/LibVNC/libvncserver
- [Optional] TigerVNC: https://github.com/KangLin/tigervnc
- [Optional] FreeRDP: https://github.com/FreeRDP/FreeRDP
- [Optional] [SSH]
- [Optional] QTermWidget: https://github.com/lxqt/qtermwidget
- [Optional] libtelnet: https://github.com/seanmiddleditch/libtelnet
- [Optional] scrcpy: https://github.com/Genymobile/scrcpy
- [Optional] libdatachannel: https://github.com/paullouisageneau/libdatachannel
- [OPTIONAL] QXmpp: https://github.com/qxmpp-project/qxmpp
- [Optional] QtService: https://github.com/KangLin/qt-solutions/
Compilation
License Agreement
Please abide by the License Agreement of this project and the license agreement of the dependent library, and thank the authors of dependent library and tools.