Step 1: Access Server Management
Begin by logging into your server and navigating to the ‘Management’ section. From there, select ‘Supervisor’ on the dashboard.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 2: Add a New Supervisor Process
Click on the ‘Add New Supervisor Process’ button. You will see several configuration fields, including:- Command – The command to run your process.
- Directory – The working directory of the process.
- User – The user under which the process will run.
- Root – Whether the process should run as root.
- Number of Processes – How many instances to run.
- Start Seconds – Delay before considering the process started.
- Stop Seconds – Grace period before force-stopping the process.
- Stop Signal – The signal used to stop the process.
- Ideal for background queue processing in Laravel applications.
- Useful for running your Node.js server continuously.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.The process will then be added to your supervisor list and managed automatically by Supervisor. Here, you will get more option, ‘Edit’, ‘Restart’, ‘ Pause’, ‘Output’ to manage your process . Also you can click on the ‘ Delete’ button to stop and delete the process.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.And that is it! This is how easily you can set up and manage processes using Supervisor. With just a few simple steps, you can ensure your applications are always running smoothly and automatically recover from unexpected failures. It is a quick and effective way to maintain stability and reliability on your server. Still, feeling stuck? Contact our dedicated support team for further assistance.
