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.
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>
Host Machine (Server-side) | Client Machine |
---|---|
The Remote-CMD is licensed under the terms of the MIT license and is available for free.
- Krishna Alagiri - bearlike
- Hat tip to anyone whose code was used.
- Myself :P
Made with ❤️ by Krishna Alagiri