Skip to content

Movansha/remote-cmd-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcl-icon Remote Command Line

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

Used in this project:

  • 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.

Screenshots

Screenshot 2025-07-06 141714

Screenshot 2025-07-06 141731

Easy to Use (Step by Step)

Server:

  • 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

Client:

  • 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.