openpanel/website/docs/panel/advanced/process_manager.md
Stefan Pejcic b8c5011b76 pakcages
2024-09-18 16:30:56 +02:00

20 lines
968 B
Markdown

---
sidebar_position: 4
---
# Process Manager
The process manager interface allows you to view all running processes and kill (force stop the process).
![process_manager.png](/img/panel/v1/advanced/process_manager.png)
Processes are sorted by their current CPU % usage.
Due to security considerations, certain processes, such as [phpMyAdmin](/docs/panel/databases/phpmyadmin) and [Web Terminal](/docs/panel/advanced/terminal), which involve sensitive data like passwords in their command line attributes, have been substituted with placeholders (xxxxxxxx) in the CMD column.
To terminate a process click on the 'kill' button next to it.
:::danger
**NOTE:** Stopping MySQL, PHP-FPM, or Nginx/Apache processes may result in downtime for your websites. In the event that a service fails to restart after terminating the process, you can utilize the [Service Status](/docs/panel/advanced/server_settings#service-status) page to restart the appropriate service.
:::