The official website of OpsiMate - https://www.opsimate.com/
One console for servers, Docker, and Kubernetes—discover, monitor, and act.
Built for DevOps/NOC/IT teams that need a single place to see service health, jump to dashboards, and perform safe start/stop/restart operations.
Get Started · Docs · Website · Report Bug
#install documentation dependencies
npm install
#build the documentation
npm run build
#run the documentation
npm run dev
- Docker installed
- Docker Compose installed
Use Docker Compose for development with hot reload enabled.
- Build the Docker image And Run the Image:
docker-compose up --buildThe app will be available at http://localhost:3000
Hot reload is enabled — any changes you make to the code locally will reflect inside the container.
- Stop the Services
docker-compose downShuts down the services and cleans up associated containers and networks