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

Plesk Panel 11 to work like a WAMP/MAMP

HectorI

New Pleskian
Hello forum I have install Plesk Panel 11 on a CENTOS6 local server. I would like to create domains (web pages) that could be acces by everyone on the LAN (the LAN is not public). In other words I would like to make Plesk Panel 11 work like a normal WAMP or MAMP.
How is this posible?
 
This is basically a DNS issue.

As long as you configure Plesk to use internal IPs on your LAN, all that's needed is a mechanism to make machines on that LAN connect to the plesk server when the appropriate domain name is entered in their browser.

You can do this by manually editing the hosts file on each machine connected to the LAN (e.g. to make yourwebsite.local or subdomain.companyname.tld point to 192.168.x.x or whatver).

You can also do it all automatically by configuring each machine on the LAN to use the plesk server as a dns server and configuring the dns server on plesk to do recursive lookups for IOs on your LAN.

Or if you have some sort of server on the network already that does DNS/DHCP/whatever, you just add the appropriate records to that.
 
Back
Top