Tools and instructions enabling you to maximize the potential of your Hostwinds product and service experience.
Search results for:
Whether you want a server to act as a relay for you to be able to stream to multiple services at once, re-encode your video stream into different formats, resolutions, or bitrates, or to stream from pre-recorded videos, a good method to do so is with a server running Nginx...
In Windows, you can enable 'Audit Policies' for certain events that the operating system detects. One such audit policy is to audit any login/logoff events that occur on your server. This can be a good way to log what accounts are logging into your server, when, and from...
With any portal where you can log in from anywhere, it is advisable to enable Two Factor Authentication to increase security for the account. This way, even if someone could guess your password correctly, they will still need to obtain your 2 Factor Authentication method to...
If you're running a web application on a private port (like localhost:3000), it's not directly accessible over the internet. One of the most effective ways to expose that app securely is to put a reverse proxy in front of it. Nginx is a lightweight well-known tool that can...
Make sure your server is up-to-date . The LAMP stack is a development stack that is common for PHP-based websites and web applications. LAMP stands for Linux, Apache, MySQL, PHP. Install Apache You will want to run the following command to install Apache: Running this...
Suppose you speed through the Joomla! Installation through Softaculous, you may miss where it asks for the administrator username. By default, this will be admin. Typically it is recommended to use something other than the default to help protect against a brute force or...
If you have made changes to your PHP.ini to increase your upload maximum, increase memory usage, or change how specific parts of the PHP service function, you would need to restart your PHP-FPM service. This guide goes into detail on how to perform this. How To Restart...
With having multiple accounts on your WHM Server, you may want to keep track of the bandwidth usage of each of the cPanel accounts in case you see that a large amount is originating from your server. This can easily be checked within WHM's View Bandwidth Usage tool. Where To...
In WHM, you can set a disk size quota for each cPanel account. This is useful to help against one particular user from using too much disk space and make sure there is enough room for other users. If you want to view the cPanel accounts that have reached or gone over their...
If you are changing the SSH port to a different one from the default, it would be advisable to restart the SSH Server service to update the config's listening settings. One way to change the SSH port is through the command line . How To Restart SSH Server (OpenSSH) Through...
If you are applying an update to the software or a rolling restart of the server, restarting the SQL service may be required to interrupt any occurring processes safely. This guide will walk you through how to perform this in WHM. Before proceeding, we suggest making sure...
It is highly recommended to change your passwords every few months to keep your account secure. This may increase the chances of having forgotten your password. While this can cause some worry, it is actually a simple and straightforward process to reset the password, as...
The Fedora options in your Hostwinds VPS(s) don't come with any graphical user interface by default. There are many options for the look-and-feel of a GUI in Linux, but for lightweight (low resource usage) window management, this guide will use Xfce. These instructions have...
If you have suspended a cPanel account through WHM or are looking for an easy way to find all of the accounts on your WHM server that have been suspended, WHM offers an easy way to do this. From WHM's List Suspended Accounts page, you can easily unsuspend or even Terminate...
If the Mailing List Manager is not responsive or is not sending out the desired newsletter correctly, it may be necessary to restart the service. This guide goes into the steps on how to perform this. This guide is intended for Hostwinds Cloud VPS and Dedicated Server...
VNC, or Virtual Network Computing, lets you connect to the GUI (Graphical User Interface) of a remote Linux/Unix server. Once you have installed X windows and a display manager, you can set up VNC to connect to it from a remote computer. Step 1: There are a few options for...