Best-Ai Do not launch the file manager, then delete the .pydio directory via SSH (rm -rf .pydio
) or SFTP, and terminate active php-fpm processes using the following steps:
List active processes:
ps aux
Kill the specific process:
kill -9 [process_number]
Replace [process_number] with the process ID from the ps aux output.