Skip to main content

Management Guide

How to manage the Rhea frontend application on Contabo.

The application is managed by pm2.

Starting the Application

pm2 start "PORT=3000 yarn start" --name rhea_frontend

Stopping the Application

pm2 stop rhea_frontend

Restarting the Application

pm2 restart rhea_frontend

Monitoring the Application

pm2 status

Logs

pm2 logs rhea_frontend