A beautiful, web-based SSH terminal and server management dashboard.
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 | bashIf you prefer to run it manually:
- Clone the repository:
git clone https://github.com/AnarchDevelopment/MonikaShell.git - Install frontend dependencies:
cd frontend && npm install - Install backend dependencies:
cd ../backend && npm install - Run the frontend:
cd ../frontend && npm run dev - Run the backend:
cd ../backend && node index.js