Forrest logo
back to context overview

plesk

List of commands for plesk:

  • plesk:configuration:open Open the Plesk main configuration file in the default editor.
    $ plesk conf ${panel-ini}
    try on your machine
    explain this command
  • plesk:domains:list:all List all hosted domains.
    $ plesk bin domain --list
    try on your machine
    explain this command
  • plesk:extension:install This command installs a Plesk extension with the specified extension_name.
    $ plesk bin extension -i extension_name
    try on your machine
    explain this command
  • plesk:install Install Plesk control panel via the command line
    $ sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
    try on your machine
    explain this command
  • plesk:log:tail Start watching for changes in the `panel.log` file.
    $ plesk log ${panel-log}
    try on your machine
    explain this command
  • plesk:login:generate-link Generate an auto login link for the admin user and print it.
    $ plesk login
    try on your machine
    explain this command
  • plesk:mysql:console:start Start the interactive MySQL console.
    $ plesk db
    try on your machine
    explain this command
  • plesk:version:show Show product version information.
    $ plesk version
    try on your machine
    explain this command
back to context overview