Blog

How to Start/Stop/Reset IIS in Windows VPS 2008 r2 or How to solve “HTTP Error 404 – File or Directory not found” error

We can easily Start/Stop/Reset IIS in Windows VPS and also get solve the “HTTP Error 404 – File or Directory not found” error below steps:

Step 1:-

Login into your Window Server with a proper login ID and password.

Step 1

Step 2:-

Open Command promt with Run as Administrator, it’s shown below.

Step 2

Step 3:-

Once you open Command promt with Run as Administrator, it will show like the below screen. Just type the command:

Step 4:-

With the help of the above step we can solve the “HTTP Error 404 – File or Directory not found” error.

Step 5:-

If still you are facing the issue, please do one last step for a particular website. Go to server IIS >> sites, you will see your domain. Please see the below screen for example if the domain is abc.com then just follow the below step.

Click on your domain which is present on your left side, and just click Restart. It has shown below screen. Your website “HTTP Error 404 – File or Directory not found” error will solve.

Step 5

Conclusion

Still confused about how to start/stop/reset IIS in Windows VPS 2008 R2 or how to solve “HTTP Error 404 – File Or Directory Not Found” error? Contact Ideastack now.

Frequently Asked Questions

Q1. What is Windows server?

Businesses generally use the Windows server, which is simply the regular Windows operating system with the exception that it is used on a server. When using Windows server, there are less hardware restrictions than when using standard Windows software.

Q2. What are Windows VPS servers?

As like a dedicated server, a VPS/cloud server is one of the most economical and user-friendly hosting alternatives, it allows you to have your own area on the entire server.

VPS stands for Virtual Private Server. Your domain exists in a separate world on a VPS. The goal behind a VPS is to give you ample space without interfering with other users on a shared server.

Q3. What are the benefits of using Windows VPS hosting?

How to activate and use softaculous on CentOS Web Panel?

CentOS Web Panel:

CentOS web panel is a hosting control panel which is used to host websites. We can access multiple services like MySql, Apache, Rouncube webmail panel, Bind etc. It is very easy to use and has no license.

Now we learn how to activate softaculous on CentOS web panel.

CentOS WebPanel

There are some step to activate it which are as follows:

Step 1:

Login into your Centos web panel.

     https://x.x.x.x:2030

Step 2:

Please see there is script installer option in CentOS web panel.

     Go to script installer> Script Manager.

Conclusion

Still, confused about how to activate and use softaculous on CentOs web panel? Contact Ideastack now.

Frequently Asked Questions

Q1. What is CentOS web panel?

CentOS Web Panel is a free web hosting control panel that enables simple management of numerous servers without requiring SSH connection for every little task you need to do.

Q2. What is the purpose of CentOS?

The CentOS Project is a community-driven free software effort with the main objective of offering a robust foundation on which open source communities can build. We will offer a development platform for hosting companies, cloud service providers, and scientific data processing, to mention a few.

Q3. What is ZPanel?

ZPanel is a free web hosting control panel for servers and computers running Microsoft Windows and POSIX, including Linux, UNIX, and MacOSX. It enables automating hosting email, online solutions, and databases for businesses, organisations, and household users.

How to install Virtualmin on CentOS?

Virtualmin:

Virtualmin is the control panel that is used to manage the virtual hosts. It provides many services like BIND DNS, Mysql, Apache, etc. It provides a web-based interface. Using that users can access it from anywhere in the world.

Webmin

There are steps to install Virtual in on centos:

Step 1:

First update the CentOS System.

     # yum update -y

Step 2:

Check hostname.

     # hostname -f

Step 3:

Set the proper hostname.

     # hostname server.scalebuzz.com

Step 4:

Download the Virtualmin package by using the below mentioned link.

     #wget https://software.virtualmin.com/gpl/scripts/install.sh

Step 5:

Now install the Virtualmin by using the below mentioned command.

     # ./install.sh

Step 6:

By default, it uses port number 10000 after installing go to your web browser URL and type

     https://Your_server_IP:10000

Conclusion

Still, confused about how to install Virtualmin on CentOS? Contact Ideastack now.

Frequently Asked Questions

Q1. What are Virtualmin and Webmin?

Webmin is a web front-end that allows you to administer your server remotely via a browser. Virtualmin is a Webmin plugin that allows you to manage many virtual hosts from a single interface, comparable to cPanel or Plesk.

Q2. Is Virtualmin free?

The Virtualmin GPL version is completely free and open-source software, in comparison to the Virtualmin Professional version, which requires a monthly or annual fee.

Q3. What is Cloudmin?

It’s a Webmin-based UI for controlling virtual systems including Xen, KVM, and OpenVZ instances. Cloudmin allows you to create, destroy, resize, start, stop, and restrict numerous instances utilizing various virtualization technologies from a single interface.

How to install vsftpd service on linux?

What is a Vsftpd in Linux?

“Very Secure FTP Daemon” was originally recognized as a GPL licensed FTP server, however, that name is no longer listed. The GNU General Public License is authorized under this license. The application supports IPv6 and SSL.

Several Ubuntu, CentOS, Fedora, NimbleX, Slackware, and RHEL distributions feature vsftpd as an FTP server. The security is amazing, and the speed is outstanding. Vsftpd program was established to make strong protection.

Please follow the steps to install the Vsftpd:-

Step 1:

Login with the root account.

Step 2:

Install vsftpd service by the yum installer.

     #yum install vsftpd -y

Step 3:

Once it is installed edit the configuration file.

    #vi /etc/vsftpd/vsftpd.conf

Step 4:

You need make is to change the Anonymous_enable to No.

    anonymous_enable=NO

Step 5:

Uncomment the local_enable option, changing it from No to Yes.

    local_enable=YES

Step 6:

chroot_local_user when this line is set to Yes.

    chroot_local_user=YES

Step 7:

Finish up by restarting vsftpd.

    #service vsftpd restart

Step 8:

vsftpd runs at boot, run chkconfig.

    chkconfig vsftpd on

Conclusion

Still, confused about how to install the Vsftpd service on Linux? Contact Ideastack now.

Frequently Asked Questions

Q1. What does Vsftpd mean?

With FTP vsd, you have a server that supports UNIX and Linux files as input.

Q2. Where is Vsftpd installed on Linux?

Linux vsftpd can be manually transferred to the /usr/local/sbin directory and given the proper permissions, or it can be created by running the above commands. You need to transfer the vsftpd file to /usr/local/sbin during installation.

Q3. How do i enable Vsftpd?

Set up systemctl restart vsftpd, before restarting your server. Start the service by running syscfg enable vsftpd, before checking startup.