Windows Remote Desktop Service A lightweight background agent for Windows that provides remote screen viewing, live mouse/keyboard control, and terminal access over LAN. Includes login authentication, real-time monitoring, and a built-in web interface accessible from any device on the same WiFi network.
https://github.com/nexapytech/Windows-Remote-Desktop-Service.git
A lightweight Windows background agent that provides remote desktop viewing, keyboard & mouse control, and a built-in remote terminal over Wi-Fi. This tool lets you securely connect to your Windows device using any browser.
Download the latest Windows .exe from your GitHub Releases page.
Once the agent starts, it automatically:
http://<device-ip>:8080
Example:
http://192.168.0.143:8080
Username: admin
Password: admin@nexapytech
You cannot change these inside the script:
USERNAME = "admin"
PASSWORD = "admin@nexapytech"
Double-click:
server.exe
The app runs silently in the background (no console window).
To run automatically when the PC powers on:
server.exeTo access the device remotely, you need its IPv4.
Run on the device:
ipconfig
Look for:
IPv4 Address: 192.168.x.x
(Optional) You may also use the included LAN scanner to detect devices on the network.
RemoteDesktop-Agent/
โ
โโโ server.exe
โโโ README.md
โโโ LICENSE
This software is intended for personal use only on devices you own. Unauthorized access to devices you do not own may violate laws and privacy regulations.
You accept all risk and responsibility when using this tool.
Licensed under the MIT License. You may modify, distribute, or use it freely.
Pull requests are welcome. For feature requests or issues, open a GitHub issue.
If you like this project, please give the repository a star โญ on GitHub!