LinuxCommandLibrary

plesk

Plesk hosting control panel CLI interface.

TLDR

Generate an auto login link for the admin user and print it

$ plesk login
copy


Show product version information
$ plesk version
copy


List all hosted domains
$ plesk bin domain --list
copy


Start watching for changes in the panel.log file
$ plesk log [panel.log]
copy


Start the interactive MySQL console
$ plesk db
copy


Open the Plesk main configuration file in the default editor
$ plesk conf [panel.ini]
copy

Copied to clipboard