Restart the server monitoring agent services from Windows or Linux platforms

Follow the below steps to restart the Servermeister.com agent services based on your platform: For Windows platform – In the Windows home screen, navigate to Start and run the command services.msc This will open up the Services window. Search and select Servermeister.com Windows agent in the listed services and click Start the service For Linux platforms, execute the below […]

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 set webmail_link=rainloop service directadmin […]

DirectAdmin server updaten

Om DirectAdmin te updaten moet je Root (sudo) rechten hebben. Update eerst het systeem zelf: Voor Debian/Ubuntu: apt-get update && apt-get dist-upgrade Voor RedHat/CentOS: yum update Update de 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 […]

Standaard poorten voor het controleren van websites

Below are the various ports for both inbound and outbound connections: Website- 80 Web Application- 443 FTP – 21. IMAP – 143, but SSL/TLS encrypted IMAP uses port 993. POP – 110, but SSL/TLS encrypted POP uses port 995. SMTP – 25, but SSL/TLS encrypted SMTP uses port 465.

Webalizer Statististieken

In het Statistieken menu klikt u op de aangewezen domeinnaam om Webalizer te openen. Let erop dat uw site 24 uur moet bestaan en wat log activiteiten moet hebben voor Webalizer statistieken actief kunnen worden. Op het eerste Webalizer scherm zult u een grafiek zien (zoals hierboven) en een grafiek van maanden in een lijst […]

Nieuwe mappen maken

Het maken van een nieuwe folder is erg eenvoudig. Eerst bekijkt u in welke directory u de nieuwe folder wilt hebben. Bijvoorbeeld, als u http://www.domeinnaam.com/news/ wilt maken, dan zou u moeten gaan naar de public_html directory. Daarna typt u de folder naam in aan de onderkant van het scherm en klik de “Create” toets. Let […]