Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enter the details for your Plesk server.

Field NameDescriptionBlesta Version
Server LabelEnter a label for this Plesk server, it can be anything you like.
Host NameEnter the host name for your Plesk server, e.g. "dev-plesk.domain.com". This is included in service creation emails.4.8.0
IP AddressEnter the IP Address for your Plesk server, i.e. "192.40.226.69". This is where you login.
PortEnter the port for Plesk, the default secure port is 8443.
UsernameEnter your Plesk username. This is the username you would log into Plesk with.
PasswordEnter your Plesk password. This is the password you would log into Plesk with.
Reseller AccountCheck this option if you are using a Plesk reseller account.
Plesk Panel Version

Select the version of Plesk you are using, this enables Blesta to connect via the correct API.
Blesta supports the following versions (For Onyx, select "Use Latest Version"): 

  • Use Latest Version (Recommended)
  • Parallels Plesk Panel 12.5
  • Parallels Plesk Panel 12.0
  • Parallels Plesk Panel 11.5
  • Parallels Plesk Panel 11.1
  • Parallels Plesk Panel 11.0
  • Parallels Plesk Panel 10.4
  • Parallels Plesk Panel 10.3
  • Parallels Plesk Panel 10.2
  • Parallels Plesk Panel 10.1
  • Parallels Plesk Panel 10.0

Name ServersEnter the name servers that should be used for this server. These will be available to the package welcome email to the client.4.8.0

After filling out these options, click "Add Server" to add your Plesk server.

...

No Format
Your Plesk account is now active, details below:

Domain: {service.plesk_domain}
Username: {service.plesk_username}
Password: {service.plesk_password}

To log into Plesk please visit https://{module.host_name}:8443.
Please update your name servers as soon as possible to the following:

ns1.domain.com
ns2.domain.com{% for name_server in module.name_servers %}
Name server: {name_server}{% endfor %}


Thank you for your business!

...

  1. Log in to the Plesk database:

    Code Block
    mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa


  2. Apply the following SQL query:

    Code Block
    mysql> INSERT INTO misc VALUES ('restart_apache_gracefully', 'true');


Symptoms

When there is an issue interacting with the Plesk API, the module log under Tools > Logs > Module Log sometimes includes errors.

1018 - Unable to create hosting. IP address does not exist in client's pool.

This error usually indicates that the IP address is set as "dedicated" instead of shared. To check and update this in Plesk visit Tools and Settings > IP Addresses. Then, click on the IP address and change the type to "shared".