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

Acces Plesk through subdamain

emperor

New Pleskian
Is it possible to make access to the Plesk panel, through a subdomain ?

instance: domain.com:8443 (NO)
panel.domain.com:8443 (NO)
panel.domain.com (YES)

 
I don't know if it is possible to run Plesk Panel or port 80. Your Apache webserver is using this port. Plesk Panel has it own Webserver which is running at 8443 by default. Its not possible to bind two webserver on the Same Port i think.

Whats about a simple Redirect?
 
@emperor,

The port 8443 is obligatory in Plesk installations, it is the default port.

It is not adviceable to change that port, by the way.

In order to have https://panel.domain.com:8443, you have to follow these steps:

a) access DNS management for the domain.com, with this DNS management often available at the registrar at which you registered domain.com, (and)

b) create an A record, pointing to the IP assigned to your server (that runs the Plesk instance), (and)

c) wait a bit for DNS propagation.....and you are ready to access the panel via https://panel.domain.com:8443 (and that is all!)

Note that there are other ways of achieving the above, but this is the most convenient method: you do not have to mess with hostnames, CNAME or PTR records etc. etc.

Hope this helps!

Regards....
 
On my server, one address IP and multiple domains.
I can get into the panel through any domain:
domain.com:8443/
domain-2.com:8443/
my.domain.com:8443/
my.domain-2.com:8443/

How can I solve this?
 
@emperor

This

I can get into the panel through any domain:
domain.com:8443/
domain-2.com:8443/
my.domain.com:8443/
my.domain-2.com:8443/

is default behaviour.

In essence, any domain pointing to the IP of your server will end up at the Plesk Panel, due to the addition of port 8443 (i.e. Plesk "listens" on port 8443).

However, that does not imply that it is impossible to "change" default behaviour: one can change Nginx directives, but all that work would not be worthwhile.

I would strongly advice to leave it this way.

Regards....
 
I don't know if there was this setting to do this back then when this was asked, but nowadays this is built-in inside Plesk.
  1. Create a subdomain that you want to use to access Plesk panel (i.e. my.server.com)
  2. Secure it with an SSL certificate
  3. Go to "Tools & Settings" > "General Settings" > "Customize Plesk URL", select the second option "The specified domain or subdomain that resolves to the server IP address but is not used for hosting" , give your full subdomain my.server.com and save
1715802469249.png
1715802490903.png
 
Back
Top