Skip to main content
Home

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.

This package works with Deno
This package works with Deno
JSR Score
94%
Published
2 years ago (1.3.4)

denoman

Check how to 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:

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!

deno run -A jsr:@fakoua/denoman

Or

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

DenoMan Dashboard

DenoMan PerfMon

DenoMan Service Manager

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fakoua/denoman

Import symbol

import * as denoman from "@fakoua/denoman";
or

Import directly with a jsr specifier

import * as denoman from "jsr:@fakoua/denoman";