https://github.com/fakoua/denoman
Windows Manager by Deno!
https://github.com/fakoua/denoman
deno services windows winrm winrm-client winrm-connector winrm-service
Last synced: about 1 year ago
JSON representation
Windows Manager by Deno!
- Host: GitHub
- URL: https://github.com/fakoua/denoman
- Owner: fakoua
- License: mit
- Created: 2024-01-31T13:40:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:11:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-17T07:17:02.002Z (about 1 year ago)
- Topics: deno, services, windows, winrm, winrm-client, winrm-connector, winrm-service
- Language: TypeScript
- Homepage:
- Size: 11.9 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# denoman
[](https://github.com/fakoua/denoman)
[](https://jsr.io/@fakoua/denoman)
[](https://jsr.io/@fakoua/denoman)
[](https://deno.land/x/denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[](https://sonarcloud.io/summary/new_code?id=fakoua_denoman)
[Check how to Run](#Run)
DenoMan is a comprehensive web application designed specifically for managing
Windows computers and servers. With features like Service Manager, Dashboard,
and PerfMon, DenoMan offers a complete solution for monitoring and managing your
systems.
What makes DenoMan stand out? It's built using the power of Deno and Vue.js with
the Quasar framework, bringing you a modern and efficient solution for system
management. Plus, everything is tightly integrated with Deno, ensuring a
seamless experience.
## Enable WinRM
On the remote host, launch PowerShell prompt, using the **Run as Administrator**
option and run the following commands:
```ps
winrm quickconfig
winrm set winrm/config/service/Auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="1024"}'
```
## Run
Run the following command and see the magic!
```ps
deno run -A jsr:@fakoua/denoman
```
Or
```ps
deno run -A --reload https://deno.land/x/denoman/mod.ts
```
For logging:
```
deno run -A jsr:@fakoua/denoman --log-request --level=debug
```
- **--log-request**: to trace all the requests on the console (recommended for
debuging)
- **--level**: to log the actions and functions (debug, info, warn, error,
critical). default is 'info'
## Screenshots



Together, let's make DenoMan the go-to solution for managing Windows systems
with Deno.