An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




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**

```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

![wave](http://cdn.thekrishna.in/img/common/border.png)