From 1c8e7f4342cddd5233dc13c2cc2b8c31e56c756d Mon Sep 17 00:00:00 2001 From: Alexei Yuzhakov Date: Sat, 10 Apr 2021 03:33:50 +0700 Subject: [PATCH] plesk: add page (#5698) --- pages/common/plesk.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/plesk.md diff --git a/pages/common/plesk.md b/pages/common/plesk.md new file mode 100644 index 000000000..744ed0681 --- /dev/null +++ b/pages/common/plesk.md @@ -0,0 +1,28 @@ +# plesk + +> Plesk hosting control panel CLI interface. +> More information: . + +- 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}}`