• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

How to create a user-friendly URL for login w/o a port ##

J

jmorrissette

Guest
How to create friendly login for users?
In Windows, I want to create a simple, friendly login for my email account holders. For example, right now they can type 'webmail.domain-name.com' to access their horde email interface.

However, I want my users to be able to type something like 'manage.domain-name.com' to be able to log into their plesk user account, where they can adjust their passwords, aliases, forwarding, etc.

Right now, I have an address with a port number that is impossible for my users to remember https://###.###.###.###:PORT ###

Can anyone help?
 
All you need to do is set up a sub-domain.

Example: manage.yoursite.com and have that sub-domain forward to your IP address with the port #.

Like on my server I use controlpanel.mysite.com which takes them to the Plesk login page.
 
Do you have remote access to the server? Using a program like Remote Desktop?

Step 1: Create a subdomain under the Plesk control panel.
Step 2: Choose Subdomain on sub folder for the hosting option.
Step 3: Type in the name of the subdomain. Also Uncheck "Create physical directory for subdomain." It will then bring up a box leave it empty (it automatically points to your httpdoc directory). This will change though.
Step 4: Once the subdomain is set up under Plesk. You will need to log into the server via Remote Desktop.
Step 5: Once you have logged into the server open IIS Manager. IIS manager can be found under Start Menu -> Administrative Tools on a Windows 2003 server.
Step 6: When the IIS window comes up, open the web sites folder under IIS and click on the sub domain you just created in Plesk.
Step 7: Right click the subdoman and go to properties. Once the properties box comes up, click on Home Directory (one of the tabs at the top).
Step 8: Under the Home Directory click on the A redirection to a URL circle put the black dot in it.
Step 9: You will now be able to enter the URL to your Plesk control panel. (ex: https://IP:8443). When you have entered your IP, click ok and you are done.

Your subdomain should now redirect clients to your control panel.

It seems like a lot of steps but this what I have found that works.
 
You can change Plesk Cp ip and ports directly in IIS (just make sure that default headers are not assigned on any other domain on for http or https), or you can specify any particular IP, and users will be able to connect using IP, or FQDn which is resolved in Internet to your IP

John S.G.
 
Back
Top