• 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!
  • 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.

Input I wrote a tutorial on how to redirect port 8443 to something more user friendly

Razva

New Pleskian
Hello,

After spending a ton of time explaining to my customers why they need to accept an invalid certificate when accessing their Plesk Panel, or remember a long server-hostname-that-is-usually-gibberish.tld, I finally caved and spent a couple of hours searching for a solution.

I wrote a straight forward tutorial about how to redirect Plesk port 8443, so you don't have to.

You can create a /plesk URL that points to something safer, like the server's main hostname, or in fact any other URL. You can also redirect legacy /cpanel and /whm users as well.

Productive comments and/or suggestions are highly appreciated.

Thank you,
Razvan
 
Uh, what's stopping you from just setting the hostname to the main server's hostname, and issuing a SSL cert for that?

Generating custom vhost templates, especially for something like domainVirtualHost.php which we've seen change literally every update cycles is a pretty poor idea usually. Though, not sure if it's possible through other means (accessing /plesk)
 
The problem with the server's main hostname is that the clients are used with /cpanel or something related to their domain. When you have multiple Plesk servers, which usually have "unfriendly" hostnames (like serverid.datacenter.continent.hostname.tld things tend to get messy.

Yes, this could be solved with a Plesk cluster and use something like plesk-eu.provider.tld but this tutorial covers the users that don't use clusters.
 
Back
Top