Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lingxiaoguang/remote-monitor-server
远程监控服务端(start remote monitor server by one command)
https://github.com/lingxiaoguang/remote-monitor-server
Last synced: 12 days ago
JSON representation
远程监控服务端(start remote monitor server by one command)
- Host: GitHub
- URL: https://github.com/lingxiaoguang/remote-monitor-server
- Owner: lingxiaoguang
- Created: 2019-06-29T09:04:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T04:23:22.000Z (over 1 year ago)
- Last Synced: 2024-10-14T07:19:31.212Z (29 days ago)
- Language: TypeScript
- Homepage:
- Size: 2.84 MB
- Stars: 72
- Watchers: 3
- Forks: 24
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Remote Desktop Monitor Server
Language: [中文](README_zh.md) / [English](README.md)
Remote Desktop Monitor Server
First, start the server.Then, input the ip and port in [client](https://github.com/lingxiaoguang/remote-monitor-client)
and now you can monitor and operate the desktop of server.![remote-monitor](./remote-monitor.gif)
# Installation
```
yarn global add remote-monitor-server```
Tip:
[robot-js](https://github.com/robot/robot-js) depends on some c++ module,so it require node version under 9.x.
If your installation failed, try install robot-js alone.# Run
```
remote-monitor-server start
```
start server选项:
- --version show version
- --help show help info
- ----port port
- ----monitorScreenshotInterval screenshot interval
- ----controlEnable is enable remote control
- ----controlLog is enable event log# Implemention
[Node.js实现远程桌面监控](https://juejin.im/post/5d18d4c36fb9a07ecb0bbe7b)
[Node.js实现远程桌面监控(二)](https://juejin.im/post/5d1c404e51882579c97ccfbc)