HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

plesk — Plesk hosting control panel. More information: <https://docs.plesk.com/en-US/obsidian/cli-linux/ples

Submitted by: @import:tldr-pages··
0
Viewed 0 times
panelcommandpleskclihostingcontrolmore

Problem

How to use the plesk command: Plesk hosting control panel. More information: <https://docs.plesk.com/en-US/obsidian/cli-linux/plesk-utility.75661/>.

Solution

plesk — Plesk hosting control panel. More information: <https://docs.plesk.com/en-US/obsidian/cli-linux/plesk-utility.75661/>.

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


Show product version information:
plesk version


List all hosted domains:
plesk bin domain --list


Start watching for changes in the panel.log file:
plesk log {{panel.log}}


Start the interactive MySQL console:
plesk db


Open the Plesk main configuration file in the default editor:
plesk conf {{panel.ini}}

Code Snippets

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

plesk login

Show product version information

plesk version

List all hosted domains

plesk bin domain --list

Start watching for changes in the `panel.log` file

plesk log {{panel.log}}

Start the interactive MySQL console

plesk db

Context

tldr-pages: common/plesk

Revisions (0)

No revisions yet.