Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 683 Bytes

File metadata and controls

21 lines (14 loc) · 683 Bytes

MonikaShell

A beautiful, web-based SSH terminal and server management dashboard.

Installation

You can install MonikaShell instantly by running this one-liner in your terminal:

curl -sSf https://raw.githubusercontent.com/AnarchDevelopment/MonikaShell/refs/heads/main/installer.sh | bash

Manual Setup

If you prefer to run it manually:

  1. Clone the repository: git clone https://github.com/AnarchDevelopment/MonikaShell.git
  2. Install frontend dependencies: cd frontend && npm install
  3. Install backend dependencies: cd ../backend && npm install
  4. Run the frontend: cd ../frontend && npm run dev
  5. Run the backend: cd ../backend && node index.js