• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question CLI Commands without SSH/Terminal for Shared Servers?

lryjnks

New Pleskian
Hello is there a way to send commands to the server without SSH access?

I'm specifically interested in flow commands.

Many greetings!
 
If PHP exec() or shellexec() are enabled, you could run these commands through PHP.
You can also create a cronjob (planned task), deactivate automatic execution and manually run the task to run a command line command without opening an SSH connection.
 
Back
Top