LinuxCommandLibrary

plesk

Command-line interface for Plesk hosting panel

TLDR

Show version
$ plesk version
copy
List domains
$ plesk bin domain --list
copy
Create backup
$ plesk bin pleskbackup --domains-name [domain] --output-file [backup]
copy
Repair installation
$ plesk repair all
copy
Check status
$ plesk bin service --status
copy

SYNOPSIS

plesk [command] [options]

DESCRIPTION

plesk is the command-line interface for the Plesk web hosting control panel. It provides access to domain management, backup operations, service control, and system diagnostics without using the web interface.
The bin subcommand runs individual Plesk utilities for specific tasks like domain configuration, database management, and mail setup. The repair command diagnoses and fixes common installation issues.

PARAMETERS

bin COMMAND

Run Plesk utility.
repair COMPONENT
Repair component.
version
Show version.
--help
Display help.

CAVEATS

Commercial software. Root access required. Server administration.

HISTORY

Plesk CLI provides command-line management of Plesk hosting panel.

SEE ALSO

apache2ctl(1), nginx(1)

Copied to clipboard