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

hostname wrong on plesk 9.5

S

Simon Karberg

Guest
Hi.

I just got installed a fresh plesk panel 9.5, work fine after installation.
Then i updated the system and installed.
plesk billing
application vault

after the installation was complete i can't access my plesk, the header with parallels plesk panel shows but chrome says this.
This webpage is not available.

The webpage at https://localhost.domainname:11444/relay might be temporarily down or it may have moved permanently to a new web address.

firefox says something at the direction with localhost.domainname.
i am useing debian.

my hostname is set correctly in my debian.

byensguf:~# hostname
byensguf.dk
byensguf:~# hostname -f
byensguf.dk
byensguf:~#

i can't find anything about localhost.domainname at google, so i'm pretty lost.
i have looked for a shell solution but nothing to find.
 
The problem is caused by the fact that Parallels Plesk Panel is running in SSO mode:

Check it with:

# /usr/local/psa/bin/sso --get-prefs

In this case all request to the control panel are redirected to SSO server https://localhost.localdomain:11444 first.

You can just disable SSO mode with "/usr/local/psa/bin/sso --disable" and it makes Parallels Plesk Panel available.
 
hostname usage

Basic Usage

If you issue the command hostname -a, if you haven't already set your hostname, you might see something like this:

domain.com

The -a switch instructs hostname to report the alias name of the host (if one is used.)

domain localhost.localdomain localhost

If you issue the command hostname -d you might see something like this:

.com

The -d switch instructs hostname to report the DNS domain name of the server.

If you issue the command hostname -f you might see something like this:

domain.com
 
Back
Top