https://github.com/hsluoyz/rmtsvc
A web-based remote desktop & control service for Windows.
https://github.com/hsluoyz/rmtsvc
remote-control remote-desktop rookit windows
Last synced: about 1 month ago
JSON representation
A web-based remote desktop & control service for Windows.
- Host: GitHub
- URL: https://github.com/hsluoyz/rmtsvc
- Owner: hsluoyz
- License: mit
- Created: 2015-12-16T14:33:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T18:56:41.000Z (over 2 years ago)
- Last Synced: 2024-12-28T12:06:13.605Z (10 months ago)
- Topics: remote-control, remote-desktop, rookit, windows
- Language: C++
- Homepage: http://bbs.pediy.com/showthread.php?t=184683
- Size: 2.75 MB
- Stars: 72
- Watchers: 7
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rmtsvc
==========


rmtsvc is the abbreviation for **ReMoTe SerViCe**. It is A web-based remote desktop & control service for Windows. [yycnet](http://bbs.pediy.com/member.php?u=106711) open-sourced the 2.5.2 code of rmtsvc at http://bbs.pediy.com/showthread.php?t=184683.
rmtsvc supports **Windows XP and later (including Win7, Win8 and Win10)**. You can install rmtsvc service in a Windows machine, and then use your web browser to control it, including **remote desktop, command execution, process monitoring**, etc.
## Build
* Open `rmtsvc.dsw` and build using **Visual C++ 6.0**, you should get the binary: `rmtsvc.exe`.
## Run
1. Put `example\rmtsvc.ini` in the same folder with `rmtsvc.exe`.
2. Run `rmtsvc.exe -i` and `rmtsvc.exe -s` to install and start the rmtsvc service.
3. Launch your web browser to `http://127.0.0.1:777`, username is `abc`, password is `123`, log on the portal and do your stuff.## Download
If you don't want to build the binary by yourself, the prebuilt binaries can always be found here:
https://github.com/hsluoyz/rmtsvc/releases## License
rmtsvc is published under [**The MIT License (MIT)**](http://opensource.org/licenses/MIT).
## Contact
* hsluoyz@gmail.com