Installation SSH to your DirectAdmin server (with root). Download RainLoop. cd /var/www/html wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip Extract downlaoded file. unzip rainloop-community-latest.zip -d rainloop Set permissions. cd /var/www/html/rainloop find . -type d -exec chmod 755 {} ; find . -type f -exec chmod 644 {} ; chown -R webapps:webapps . Configuration Update DirectAdmin to use RainLoop. nano /usr/local/directadmin/conf/directadmin.conf […]
Category Archives: Panels
To update DirectAdmin, you need to have Root (sudo) permissions. First, update the system itself: For Debian/Ubuntu: apt-get update && apt-get dist-upgrade For RedHat/CentOS: yum update Update the custombuild software list: DirectAdmin comes with custombuild which is the update manager in this case. First we want to navigate to the custombuild directory: cd /usr/local/directadmin/custombuild/ We […]
In the Statistics menu, click on the designated domain name to open Webalizer. Please note that your site must be around for 24 hours and have some logging activity before Webalizer statistics can become active. On the first Webalizer screen, you will see a graph (as above) and a graph of months in a table […]
Creating a new leaflet is very easy. First, you look at which directory you want the new folder in. For example, if you want to create http://www.domeinnaam.com/news/, you would have to go to the public_html directory. Then type in the folder name at the bottom of the screen and click the “Create” key. Please note […]
Here is an example how to force no-www domain on Servepilot VPS servers with Nginx. Create /etc/nginx-sp/vhosts.d/servermeister.d/0www_redirect.conf with code that will force all www pages 301 redirect to a naked no-www domain. Code: if ($host ~* www.servermeister.com$) { return 301 http://www.servermeister.nl$request_uri; } restart nginx with the command Code: sudo service nginx-sp restart If you would […]
Next to each subdomain name is a “Stats” link (see picture above). This link will load Webalizer statistics. Please note that for the link to work, (1) your subdomain must have some traffic (at least one hit) and (2) your subdomain must be more than one day old. Until these requirements are met, the “Stats” […]
You do not need to take any action in ServerAvatar to reconnect a server that has been offline. Once your server comes back online, it will once again show as “connected” in ServerAvatar. If are shutting down a server that you may want to reconnect to ServerPilot at a later time, do not delete the […]
In this tutorial, we’ll show you how to install the ServerAvatar agent on your server. First, you’ll need to get yourself a server running 64-bit Ubuntu 16.04 or 14.04. This should be a new server. Haven’t got one, see our Virtual Server prices on If your server provider instructed you to change your root password, […]
FrontPage 98 1. Make sure you’re connected to the internet. Open your FrontPage Web. 2. From the file menu, select “Publish FrontPage Web.” Note: FrontPage can be customized to publish changed pages. Allow this option. 3. Select the appropriate host from the list. If this is your first time your site is published, click “More […]
phpMyAdmin is a tool, written in PHP, that allows you to administer MySQL databases. You can run SQL commands, work with fields (add, edit, delete), work with lists (create, modify, drop), create additional databases and much more. phpMyAdmin is intended for advanced users. Most PHP scripts will automatically run the database setup, so you probably […]