The most stable Cloudflare and SSL Setup for ServerAvatar
ServerAvatar has an automatic SSL installation or one-click SSL installation. When you click on “Automatic Installation” in the SSL section of the Application management panel, ServerAvatar will issue an SSL certificate for your website. It usually takes a minute to install an SSL certifciate this way. ServerAvatar issues an SSL […]
How to Connect AWS Lightsail Instance with ServerAvatar
AWS Lightsail is among the best and most affordable VPS (also called an instance) providers. You can quickly build applications and websites with low-cost and pre-configured cloud resources. It helps developers, students, and small businesses to get started easily on their own configuration. With AWS Lightsail, you can easily extend […]
How to set up Self-Hosted E-mail Marketing Automation with Mautic
Mautic is WordPress equivalent of Marketing. It is an open-source software that you can host on your own server and send marketing campaigns to your contacts. More than 200K organisations use Mautic for marketing automation. It is a very powerful tool for any kind of audience size and any volume […]
How to Connect Hostinger VPS Server with ServerAvatar
Hostinger is a reliable web hosting company that offers the best uptime and customer service, as well as cloud-based hosting for agencies to create multiple websites for clients. its provide an easy to use interface to create VPS server with the configuration you need. More than half million people have […]
How to Connect a Linode Server Using ServerAvatar
Linode is a reliable cloud hosting company with over 1 million customers and 11 data centers worldwide. It covers More than 196 countries, meaning customers can use Linode all over the globe. Linode mainly focuses on providing Linux-based cloud solutions that enable you to create and deploy the server through […]
How to Create & Connect a Digitalocean droplet with ServerAvatar
DigitalOcean is one of the best and most affordable cloud service providers used by more than 600K customers within 185 countries. It helps you make infrastructure management easier so you can spend more time on the business than any setup process, making it popular among others. With DigitalOcean, you can […]
How to Connect a Vultr Server with ServerAvatar
Vultr is a fast and reliable cloud hosting provider used by more than 70,000 agencies and small businesses all over the globe. It provides a high-performance SSD cloud server using the latest generation Intel CPUs on a scalable and easy-to-use control panel. And that’s what makes it popular among the […]
How to install PHP imagemagick extension
PHP imagemagick extension is used to modify and create images using imagemagick API. Some WordPress plugins or some packages might require you to have PHP imagemagick installed in your configuration. By default, ServerAvatar does not install imagemagick PHP extension on your servers. To install the module, Just follow this tutorial. It’s very easy […]
How to install PHPMyAdmin on Ubuntu 16.04
MySQL is hard to deal with in case you don’t know SQL queries. For example, If you want to select a user that has specific email address example@gmail.net from users table, You will have to execute the following query in your MySQL console to select a record. mysql> SELECT * from users […]
How to solve “remote host identification has changed”?
Connecting to a remote server through command line or tools that use SSH can be a pain in the brain sometimes. We understand the situation when everything seems perfect but does not function properly. Here is the error you might be facing right now. WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! […]
How to set up and secure remote MySQL connections
Scaling is always done in a hurry! Like dividing a web application into two different servers to manage more traffic and distribute the load over multiple servers. Or having multiple web servers accessing data from a single database server. Remote MySQL database connection is the solution here! In this guide, […]