• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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