• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue How to Configure temporary domain name in Plesk on Amazon Lightsail

Jonathan H.

New Pleskian
Hi, im brand new to Plesk and Lightsail both, however i was trying to create a temporary site with a temporary auto generated domain name from Plesk. After i run through the creation process, it always seems like the domain cannot be resolved. The actual site is here

serene-sutherland.3-1-194-247.plesk.page

Anyone knows why? Could it also be because i have assigned an IP address to the Plesk instance? Do i need to configure the DNS in some sort of way?


Screenshot 2022-02-24 at 9.58.20 AM.png
 
The DNS is ok:
Bash:
# host serene-sutherland.3-1-194-247.plesk.page
serene-sutherland.3-1-194-247.plesk.page has address 3.1.194.247

You issue is that on AWS you need to allow the incomming traffic for the Webserver ports:
Bash:
# nmap -p80,443 3.1.194.247
...
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.15 seconds


Please read:
 
Back
Top