In this tutorial, we’ll show you how to install phpMyAdmin. This tutorial assumes you have already connected your server to ServerPilot and that you have created at least one app on the server. Follow these steps to install phpMyAdmin: Upload and extract the phpMyAdmin archive. Rename and edit the configuration file. Log in to phpMyAdmin. […]
Author Archives: Tyler
There are a number of measures you can take to prevent your website or VPS from being hacked: Keep your website(s) up-to-date. Remove plugins, themes, or modules that you no longer use. Use passwords that are not easy to guess. Change your passwords regularly. Never use the username ‘admin’ or ‘root’. Make regular backups. Make […]
Servermeister.com Server monitoring provides information on critical performance metrics of a server. One among them is to check the bandwidth utilization of a server. The bandwidth utilization is the amount of bandwidth utilized from the the total bandwidth available. This metric provides information on the server network communication. If the bandwidth utilization is high, the […]
A domain name is the basis for your online identity. You need a domain name to create a website, for example. A domain name is the web address of your website. The website visitor arrives at your website by typing in your domain name. With a domain name, you also have the option of creating […]
This document explains how Partners can use Mail Control Panel (MCP) in Mail Suite to manage their customers. IMPORTANT NOTE: If you are registering a customer which is not yet associated with Zoho, then you can add directly customer details to “Add Organisation” option under Manage Customer page in above link. Once a customer registers […]
The default file for each web folder is index.html. This means that visitors who have access to http://www.uwdomeinnaam.com are actually redirected by the server to http://www.uwdomeinnaam.com/index.html. This works for every publicly accessible folder on your system, including the subdomains. When you want to upload the main website, don’t forget to place a index.html in each […]
When placing your order, you can register multiple domain names at once. After completing the ordering process, the names are immediately recorded and you can manage all settings. Do you want to register an extra domain name at a later date? You can enter your desired domain name via the website www.servermeister.nl and log in […]
If you purchase multiple hosting packages via Servermeister.com, you can specify in which hosting package the domain name should be placed when registering a new domain name. Do you want to transfer a domain name to another hosting package? Log in to your account to create a support ticket for transferring your domain name. Clearly […]
Mail Policies are the limits or restrictions you can use to control the email behavior for different sets of users in your Organization. Refer Mail Policy for more information.
The easiest way to test these kinds of things is to use curl. I made a request in the Mac terminal for your site like this: $ curl -I http://www.servermeister.nl curl: (35) Unknown SSL protocol error in connection to www.servermeister.com:-9838 The “-I” flag means to just show the header response. This tells me it couldn’t […]