1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

plesk: add page (#5698)

This commit is contained in:
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

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}}`