• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. EugeneKazakov

    how to assign a user a subscription using the api?

    Can you explain what kind of user do you want to create? There are auxiliary users with access to panel: http://download1.parallels.net/Plesk/PP10/10.4.4/Doc/en-US/online/plesk-api-rpc/index.htm?fileName=66704.htm There are additional FTP accounts...
  2. EugeneKazakov

    Customer's SSL certs not visible under "IP Addresses"

    You can do via CLI: /usr/local/psa/bin/certificate --assign-cert "CertificateName" -domain yourdomain.com -ip ServerIPAddress
  3. EugeneKazakov

    Gallery

    There is a simple trick: Download an app from apsstandard.org Open archive and edit APP-META.xml Change <name>gallery</name> To <name>gallery-2</name> Upload this app to Plesk And now you will have both packages available in catalog.
  4. EugeneKazakov

    Added new IP to Plesk 11. Doesn't show up in new customer/subscription creation

    When you go to Tools&Settings > IP Addresses do you see this address with columns Resellers = 0 and Sites = 0?
  5. EugeneKazakov

    Add a database server fails - mysqlnd cannot connect to MySQL 4.1+ error

    Here is solution, but it is in russian, but queries are clear: 1. Connect your db-server via ssh 2. Remove old_passwords = 1 from my.cnf 3. Open mysql console 4. Update mysql.user table in order to have valid passwords
  6. EugeneKazakov

    FTP 550 error

    Can you provide more info? Your steps? What place does plesk say the error?
  7. EugeneKazakov

    Add master account to Plesk 11

    It is just a warning, user should be created. Anyway you can edit /etc/passwd in order to change home directory for existing users.
  8. EugeneKazakov

    default sort of domain list

    Unfortunately, Plesk 10 has domain list sorted by creation date by default. There is an improvement in Plesk 11 to save your sorting field: http://download1.parallels.com/Plesk/PP11/11.0/release-notes/parallels-plesk-panel-11.0-for-linux-based-os.html (35 ).
  9. EugeneKazakov

    Site suspended after backup completes each night

    Just a proposal: domain is suspended because it is expired? If the backup is not to blame, the daily maintenance tasks may suspend your domain. Try to run it manually: http://kb.parallels.com/en/114797
  10. EugeneKazakov

    Third Party Webmail

    Whats wrong with "Register Additional Webmail"? After that the webmail might be selected in "Mail > Change settings" by client, and then the link in mailboxes list will bring to your webmail. What kind of integration do you wish? May be http://kb.parallels.com/en/1775 will help you.
  11. EugeneKazakov

    Editing php.ini file

    The only way to modify server-wide settings in /etc/php.ini is to login in shell by root. Possibly you should ask server owner for it.
  12. EugeneKazakov

    Samba Fileserver Configuration

    nmbd service should be runned too. I have wrote a simple script /etc/init.d/samba (instead of symlink as I said before): #!/bin/bash service smbd $1 service nmbd $1 And it works for me.
  13. EugeneKazakov

    Samba Fileserver Configuration

    This is os-specific problem on ubuntu 12. Plesk developers are notified and will resolve the issue. As a workaround you can create symlink for samba script: ln -s /etc/init.d/smbd /etc/init.d/samba
  14. EugeneKazakov

    Editing php.ini file

    Only root is allowed to edit /etc/php.ini file. If you try to edit /etc/php.ini using build-in filemanager, then you realy open the file /var/www/vhosts/<your-domain>/etc/php.ini Anyway it could be modified by root only too.
  15. EugeneKazakov

    Password Protect Plesk Login Page, Now License Can't Be Renewed

    You should just allow outgoing connection to ka.parallels.com:5224 (nowdays IP is 77.245.23.80) for automatic renewals and leave behind your server's locking.
  16. EugeneKazakov

    Multiple Domains with different Postmasters on one Mailserver

    In panel you can change only subscription-wide preferences for mail-service. So, your problem can be solved by using separate subscriptions. But there is a workaround in CLI for managing mail-service per domain: /usr/local/psa/bin/domain_pref -u domain1.com -no_usr postmaster@domain1.com...
  17. EugeneKazakov

    Start page unusable due to unwanted survey by Parallels

    You have branding theme parallels_plesk_panel_10.4_red_theme. It is not forward compatible. You should install parallels_plesk_panel_11.0_red_theme from here and clear your browser cache (Shift+F5).
Back
Top