Hoe kunnen we je helpen?

Stap-voor-stap uitleg
Screenshots & video's
24/7 beschikbaar

Artikelen in deze categorie

PHP-FPM configuratie

# PHP-FPM configuratie ## Pool configuratie Bewerk `/etc/php/8.2/fpm/pool.d/www.conf`: ```ini pm = dynamic pm.max_children = 50 pm.start_servers = 10 pm.mi...

LiteSpeed webserver configuratie

# LiteSpeed configuratie ## Toegang admin panel https://jouw-ip:7080 ## Basis instellingen 1. **Server Configuration** - Tune connections - Configure loggi...

Cronjobs op server niveau

# Cronjobs ## Crontab bewerken ```bash crontab -e ``` ## Syntax ``` * * * * * commando │ │ │ │ │ │ │ │ │ └── Dag van week (0-7) │ │ │ └──── Maand (1-12) │...

Root toegang en sudo

# Root en sudo ## Root login ```bash ssh root@server-ip ``` ## Sudo gebruiker maken ```bash adduser nieuwgebruiker usermod -aG sudo nieuwgebruiker ``` ## S...

SSH verbinden vanuit Windows (PuTTY)

# SSH met PuTTY ## PuTTY downloaden 1. Ga naar putty.org 2. Download PuTTY 3. Installeer ## Verbinding maken 1. Open PuTTY 2. Vul in: - Host: jouwdomein.nl...

SSH verbinden vanuit Mac/Linux

# SSH op Mac/Linux ## Terminal openen - Mac: Cmd+Space → "Terminal" - Linux: Ctrl+Alt+T ## Verbinden ```bash ssh gebruiker@jouwdomein.nl -p 7777 ``` ## Met...

Basis Linux commando's voor hosting

# Linux commando's ## Navigatie ```bash pwd # Huidige map ls -la # Lijst bestanden cd /pad # Naar map cd .. # Map omhoog ``` ## Bestanden ```bash cp bron d...

Composer gebruiken via SSH

# Composer via SSH ## Composer beschikbaar? ```bash composer --version ``` ## Basis commando's ```bash # Installeren dependencies composer install # Update...

WP-CLI gebruiken via SSH

# WP-CLI ## Beschikbaar checken ```bash wp --version ``` ## Veelgebruikte commando's ```bash # WordPress updaten wp core update wp plugin update --all wp t...

VPS eerste stappen na aankoop

# VPS eerste stappen ## Na aankoop 1. Je ontvangt een e-mail met: - IP-adres - Root wachtwoord - SSH poort (meestal 22) ## Eerste inlog ```bash ssh root@jo...

DirectAdmin installeren op VPS

# DirectAdmin installeren ## Vereisten - Schone VPS installatie - CentOS, AlmaLinux, Ubuntu of Debian - Minimaal 1GB RAM - DirectAdmin licentie ## Installa...

Server beveiliging basis

# Server beveiliging ## SSH beveiligen 1. **SSH poort wijzigen** ```bash nano /etc/ssh/sshd_config # Port 22 → Port 2222 systemctl restart sshd ``` 2. **Ro...

Firewall configuratie (UFW)

# UFW Firewall ## Installeren ```bash apt install ufw ``` ## Basis configuratie ```bash # Standaard regels ufw default deny incoming ufw default allow outg...

Server resources monitoren

# Server monitoring ## Basis commando's ```bash # CPU en geheugen top htop # Geheugen free -h # Schijfruimte df -h # Disk I/O iostat ``` ## Processen ```ba...

Server backup strategie

# Backup strategie ## Wat backuppen? 1. Databases 2. Website bestanden 3. Configuratie bestanden 4. Mail data ## Automatische backups ```bash #!/bin/bash D...

SSH toegang activeren in DirectAdmin

# SSH activeren ## In DirectAdmin 1. [Log in op DirectAdmin](https://support.theory7.net/hc/nl/articles/1161-directadmin-complete-handleiding-voor-beginner...

Niet gevonden wat je zocht?

Ons support team staat voor je klaar!