Skip to content
Ηλιάκης Ματθαίος edited this page Feb 28, 2020 · 2 revisions

Admin-Panel-II

What is adm-panel2?

It's a process manager that can be bound to any NodeJS process to provide an admin panel that allows you to control the process through web. You can then run commands from a remote computer to the local computer through the panel to kill/restart or modify the process. It also allows you to pass system commands to the computer and has also an optional REPL-like local CLI.
All commands that can be run from the panel can be run from the CLI as well since the web panel dispatches all custom commands to the REPL.
It comes with a builtin logger.

This module depends on:

  • vale-server-ii
  • chalk (optional)
  • fs-extra
  • socket.io
  • client-side: Plotly.js
Clone this wiki locally