Skip to content

Establish a Terminal session to a computer from another computer without SSH.

License

Notifications You must be signed in to change notification settings

bearlike/Remote-CMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Remote CMD

Making Remote Management Easier

With Remote-CMD, you can establish a Terminal session to a computer from another computer that's connected to the same network or to the Internet.

Usage

On host, run server.py

python3 server.py

For Client, use client.py (For security reasons, no more than one client can be connected to a remote)

python3 client.py <IPv4 Address of the server> <client preferred name>

Screenshots

Host Machine (Server-side) Client Machine

License

The Remote-CMD is licensed under the terms of the MIT license and is available for free.

Links

Authors

Acknowledgments

  • Hat tip to anyone whose code was used.
  • Myself :P



Made with ❤️ by Krishna Alagiri

wave