- Notifications
You must be signed in to change notification settings - Fork46
A web-based remote desktop & control service for Windows.
License
hsluoyz/rmtsvc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
rmtsvc is the abbreviation forReMoTe SerViCe. It is A web-based remote desktop & control service for Windows.yycnet open-sourced the 2.5.2 code of rmtsvc athttp://bbs.pediy.com/showthread.php?t=184683.
rmtsvc supportsWindows 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, includingremote desktop, command execution, process monitoring, etc.
- Open
rmtsvc.dsw
and build usingVisual C++ 6.0, you should get the binary:rmtsvc.exe
.
- Put
example\rmtsvc.ini
in the same folder withrmtsvc.exe
. - Run
rmtsvc.exe -i
andrmtsvc.exe -s
to install and start the rmtsvc service. - Launch your web browser to
http://127.0.0.1:777
, username isabc
, password is123
, log on the portal and do your stuff.
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
rmtsvc is published underThe MIT License (MIT).
About
A web-based remote desktop & control service for Windows.