Basic remote control application for Windows
This app allows to do these on a remote PC:
- ⚙️ Execute system commands
- 🔊 Play beeps
- ✉️ Send messages (with Windows's MessageBox)
- 📷 Take screenshots
- Language: C++ (17)
- Library: nlohmann/json (3.11.3)
- Library: chriskohlhoff/asio (1.30.2)
- Framework: Qt (6.9.1)
Caution
Don't use "remote-hidden-client" as a remote access trojan! This project has been developed for legal use only.
- Make sure your ISP does not perform CGNAT (for IPv4)
- Forward a port on your router (for IPv4)
- You may use Duck DNS to use a domain if you want
- Download and install the controller app ---> for Windows
- Run the application
- Change the port number and password
- Click "Start server" button
- Download and install the client app ---> for Windows
- Run the application
- Click "Connection preferences" button
- Enter the server's IP adress (IPv4 or IPv6), port number and password
- You may enter a domain name instead of IP addresses
- Click "Connect" button
Tip
"remote-hidden-client" runs in the background and always stay connected.
If you will use it; change the IP adress, port number and password in "config.json" file then run the executable.


