2021-04-09 21:33:50 +01:00
|
|
|
# plesk
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Plesk hosting control panel.
|
2021-04-09 21:33:50 +01:00
|
|
|
> 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}}`
|