Category Archives: DirectAdmin

RainLoop webmail for DirectAdmin

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 […]

Update DirectAdmin server

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 […]

Connecting to phpMyAdmin

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 […]

Viewing your account information

The main Statistics menu provides a lot of information. As mentioned above, the first two rows of the list (Bandwidth/Disk Space) provided total usage. DirectAdmin uses these numbers for quota purposes (and not the numbers from the list of statistics – see the first section “Checking disk space and bandwidth”). When your account reaches its […]