• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk Onyx 17.8 Preview

Status
Not open for further replies.

IgorG

Plesk addicted!
Plesk Certified Professional
Hi everyone,
Preview of the next version of Plesk is now available for everyone and we would love to hear your thoughts on the new Plesk version.

We need your feedback to make sure we're going the right way and addressing the actual needs of you and your customers. Please don't hesitate and let us know what you think - whether it's something new you like or something missing that you really need.

How to Install Plesk Preview on Linux

Log in as root and run the following command:

Code:
sh <(curl http://autoinstall.plesk.com/one-click-installer || wget -O - http://autoinstall.plesk.com/one-click-installer) --tier testing

How to Install Plesk Preview
on Windows

  1. Download http://autoinstall-win.pp.parallels.com/plesk-installer.exe
  2. Run plesk-installer.exe --all-versions
After that, select the new preview version of Plesk and proceed with the installation as usual.

To view the release notes for Plesk 17.8 preview, go here - Change Log for Plesk
 
Hi Igor,

For testing purposes I installed Plesk 17.8.1 on Ubuntu 16.04.2 LTS‬ on vultr.com (High performance SSD cloud) using the following command:

sh <(curl http://autoinstall.plesk.com/one-click-installer || wget -O - http://autoinstall.plesk.com/one-click-installer) --all-versions

Configuration:
OS: Ubuntu 16.04 x64
RAM: 2048 MB
Storage: 40 GB SSD
Location: Seattle


I secured my domain with Let's Encrypt, activated Fail2Ban (Ip-address banning) and ModSecurity (Web Application Firewall), then I pulled my website content from our git repository and installed KernelCare + some other extensions - all with the free trial key!

Looks great, especially the new extension catalog landingpage. Additionally I appreciate it very much that redirects from HTTP to HTTPS on domain aliases have been improved to make a single SEO-safe redirect with HTTP response code 301.

Thank you!
 

Attachments

  • extensions.JPG
    extensions.JPG
    153.1 KB · Views: 137
Another way to play with latest preview is to use Docker image.
If you have Docker installed you can run the following command:
Code:
docker run -d -p 8880:8880 plesk/plesk:preview
After that you can open the URL in a browser. E.g. http://localhost:8880

P.S. Default credentials: admin / changeme

You should open the other important ports as well:
Code:
docker run -d -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk:preview
 
Not updated time zone. I tried several times. Several times I moved to the login screen - authorization. Numbers and dates are set arbitrarily ("fresh" Debian 8.8)
 

Attachments

  • upload_2017-6-1_22-1-56.png
    upload_2017-6-1_22-1-56.png
    136.6 KB · Views: 48
Not updated time zone. I tried several times. Several times I moved to the login screen - authorization. Numbers and dates are set arbitrarily ("fresh" Debian 8.8)
Can't reproduce it on CentOS 7.2.
Do you have any specified timezone here:

# grep zone /opt/psa/admin/conf/php.ini

?
 
Partial loss of localization.
Occurs after saving settings configure website
upload_2017-6-2_19-9-2.png

UPD: I found, followed by an error with the localization: I'm using a file manager SPRUT.io - Web File Manager It uses Docker
That's after working with Sprut - this error occurs.
This is not a problem for me
 
Last edited:
Website Preview Settings - Default Quick Preview = Do not load CSS
Website Preview Settings - Quick Preview on a domain name in Plesk = OK
upload_2017-6-2_19-51-52.png

Website Preview Settings - it is necessary to close the link from indexing by search engines.
At least: <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
 
Last edited:
Upgrade from Preview version is not allowed.
 
Last edited:
@DmitriyK sorry for the incorrect information above. I asked the developers and they informed me that you can upgrade preview version to release version and from preview to preview versions too.
If you use Preview version only for testing, it would be better to use clean release installation instead of upgrade for using Plesk in production.
 
@DmitriyK sorry for the incorrect information above. I asked the developers and they informed me that you can upgrade preview version to release version and from preview to preview versions too.
If you use Preview version only for testing, it would be better to use clean release installation instead of upgrade for using Plesk in production.
Thank you. I continue to use v 17.8, helping you to identify errors. And then just update
 
Status
Not open for further replies.
Back
Top