https://github.com/bearlike/remote-cmd
Establish a Terminal session to a computer from another computer without SSH.
https://github.com/bearlike/remote-cmd
cmd linux python remote remote-admin-tool remote-cmd remote-control remote-desktop remote-shell
Last synced: 9 months ago
JSON representation
Establish a Terminal session to a computer from another computer without SSH.
- Host: GitHub
- URL: https://github.com/bearlike/remote-cmd
- Owner: bearlike
- License: mit
- Created: 2019-08-06T18:53:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T11:49:32.000Z (over 4 years ago)
- Last Synced: 2025-04-01T05:02:09.716Z (11 months ago)
- Topics: cmd, linux, python, remote, remote-admin-tool, remote-cmd, remote-control, remote-desktop, remote-shell
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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**
```bash
python3 server.py
```
For Client, use **client.py** (For security reasons, no more than one client can be connected to a remote)
```bash
python3 client.py
```
## Screenshots
| Host Machine (Server-side) | Client Machine |
| ------------- | ----------- |
|
|
|
## License
The **Remote-CMD** is licensed under the terms of the [MIT license](LICENSE) and is available for free.
## Links
- [Issue tracker](https://github.com/bearlike/Remote-CMD/issues)
- [Source code](https://github.com/bearlike/Remote-CMD)
## Authors
* **Krishna Alagiri** - [bearlike](https://github.com/bearlike/)
## Acknowledgments
* Hat tip to anyone whose code was used.
* Myself :P
Made with ❤️ by Krishna Alagiri
