A VPS from start to finish

Monitor Your VPS

Since keeping the VPS running smoothly is solely your responsibility, it's a good idea to have a monitoring solution that makes it possible to track your VPS and its health. Since your VPS already has PHP, the most straightforward way to add monitoring capabilities to the VPS is to install phpSysInfo [4] on it. The tool displays essential system information in an easy-to-understand manner. It requires virtually no configuration, and it can be deployed on your server in a matter of minutes. Grab the latest release of the software from the project's website, unpack the downloaded archive, rename the config.php.new file in the resulting directory to config.php, and upload the entire phpsysinfo directory to the server. Then point the browser to http://hello.xyz/phpsysinfo (replace hello.xyz with the actual domain name of your VPS), and you should see phpSysInfo in all its beauty (Figure 3). The default phpSysInfo configuration displays all key information, but you can easily add more data points by editing the config.php file. All options available in the file contain brief but informative descriptions, so enabling and configuring the desired entries is easy. For example, to enable one or several bundled plugins, edit the PLUGINS=false line as follows:

PLUGINS=PSStatus,SMART
Figure 3: PhpSysInfo lets you keep an eye on your VPS's vitals.

If you are looking for something more powerful and flexible than phpSysInfo, then Ajenti [5] is a perfect candidate for the job. Installing Ajenti is a matter of running the following commands:

sudo apt install software-properties-common
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -

Once the installation has been completed, you can access Ajenti on port 8000 (e.g., http://hello.xyz:8000) and log in using an existing system user account. By default, Ajenti uses the HTTP protocol, so you might want to enable SSL right from the start. Assuming you've already enabled Let's Encrypt on the VPS, the first task is to create a so-called full keychain certificate file using the commands below (replace hello.xyz with the actual domain name):

/etc/letsencrypt/live/hello.xyz
cat privkey.pem fullchain.pem > fullkeychain.pem

Next, switch to the Settings section in the Ajenti dashboard, activate the Enable SSL option, and specify the path to the fullkeychain.pem file in the SSL certificate file field (Figure 4). The path may appear as follows:

/etc/letsencrypt/live/hello.xyz/fullkeychain.pem
Figure 4: Configuring SSL support in Ajenti.

Click Save to apply changes, and you should be able to access Ajenti using the HTTPS protocol (e.g., https://hello.xyz:8000).

You can populate the Dashboard section with widgets that monitor various aspects on the VPS, including disk space and memory utilization, CPU usage, traffic statistics, and more (Figure 5). Adding a widget is easy. To add, for example, a widget for monitoring and managing a specific service, click the Add widget button and select Service. In the added widget, click the Wrench icon, select systemd from the Manager drop-down list, and select the desired service (e.g., apache2) from the Service drop-down list. Once configured, the widget displays the current status of the server and lets you stop and restart it. For a better overview, you can arrange widgets by dragging them with the mouse and grouping them into tabs.

Figure 5: Ajenti allows you to customize the dashboard by populating it with widgets.

Besides widgets, Ajenti offers several other benefits. The File Manager module makes it possible to traverse directories on your VPS and work with files. You can move files and directories, delete them, and create new ones. It's also possible to edit text files using the built-in text editor, which can be useful when you need to edit a configuration file. As the name suggests, the Terminal module provides terminal access to the VPS right from Ajenti, while the Services module gives you access to all system services. Finally, the Plugins module can be used to extend Ajenti's functionality by installing additional plugins.

Wrap-Up

Like everything else in life, running your own VPS instance has its advantages and drawbacks. You need to take proper care of securing your VPS, and the burden of keeping the server running smoothly is all yours. But if you're looking for an inexpensive way to have a Linux machine that's fully under your control, you can do much worse than opting for a VPS.

The Author

Dmitri Popov has been writing exclusively about Linux and open source software for many years. His articles have appeared in Danish, British, U.S., German, Spanish, and Russian magazines and websites. You can find more on his website at http://tokyoma.de.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News