plesk: add page (#5698)

manned-org
Alexei Yuzhakov 2021-04-10 03:33:50 +07:00 committed by GitHub
parent a237d65055
commit 1c8e7f4342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/plesk.md Normal file
View File

@ -0,0 +1,28 @@
# plesk
> Plesk hosting control panel CLI interface.
> More information: <https://docs.plesk.com>.
- 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}}`