• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Server root ftp

K

keiron77

Guest
How can I upload an index file to the server's root so that if the ip address is entered it displays the page rather than the server's default page. I have tried accessing the server using the admin username and password using ftp and it won't let me in.
 
Well...
#1
you could enable root login for ftp in the proftpd.conf but that is not exactly recommended.
#2
you could ssh to the server cd to the dir and wget it from somewhere or create the index.html from there.
#3
what I recommend. Using the control panel.
A domain can be set as default for an IP on the Server > IP Addresses page. Click on the number in the "Hosting" column on this page opposite of needed IP address. Then choose the domain you wish to be default one. And push "Set As Default" link.

So when the ip address is requested the client is sent to the default domain chosen for that ip...
 
Thanks for that. I used your recommended option and it worked a treat!
 
Back
Top