wordpress installeren: complete handleiding voor beginners
Published on 09 December 2025
WordPress installation: complete guide for beginners
WordPress is the most popular content management system in the world, and for good reason. The platform is user-friendly, flexible, and suitable for websites of any size. In this guide, we explain step by step how to install WordPress on your hosting.
Method 1: The 1-click installer (recommended for beginners)
Most modern hosting providers offer a 1-click installer, allowing you to have WordPress running within minutes.
Step-by-step:
- Log in to your control panel (DirectAdmin, cPanel, or Plesk)
- Find the app installer (Softaculous, Installatron, or similar)
- Select WordPress
- Fill in the details:
- Installation URL
- Site name
- Admin username (NOT "admin")
- Strong password
- Email address
- Click install
- Done! Log in at yoursite.com/wp-admin
Providers with 1-click WordPress:
Method 2: Manual installation
For more control or when 1-click isn't available.
What you need:
- FTP client (FileZilla)
- Text editor
- phpMyAdmin access
- WordPress download
Step-by-step:
1. Download WordPress Go to wordpress.org and download the latest version.
2. Create database
- Log in to phpMyAdmin
- Create new database
- Note: database name, username, password
3. Upload files
- Extract WordPress zip
- Upload all files via FTP to public_html
- Wait for upload to complete
4. Run installation
- Visit your domain in browser
- Select language
- Enter database details
- Fill in site information
- Create admin account
5. Complete setup
- Remove installation files if prompted
- Log in to dashboard
- Start customizing!
Method 3: Local installation (for development)
Install WordPress on your computer for development.
Using LocalWP (recommended)
- Download LocalWP
- Create new site
- Automatic setup
- Access at yoursite.local
Using XAMPP/MAMP
- Install XAMPP (Windows) or MAMP (Mac)
- Start Apache and MySQL
- Create database in phpMyAdmin
- Install WordPress in htdocs folder
Post-installation checklist
After installing WordPress:
Security
- Delete default "admin" user
- Use strong password
- Install security plugin
- Change database prefix (if possible)
Settings
- Set correct timezone
- Configure permalinks (/%postname%/)
- Set site title and tagline
- Configure email settings
Essential plugins
- Security: Wordfence or Sucuri
- SEO: Yoast SEO or Rank Math
- Caching: LiteSpeed Cache or WP Rocket
- Backup: UpdraftPlus
Cleanup
- Delete "Hello World" post
- Delete sample page
- Remove unused themes
- Remove unused plugins
Troubleshooting
"Error establishing database connection"
- Check database credentials in wp-config.php
- Verify database exists
- Check database user permissions
White screen of death
- Enable debug mode
- Check for plugin conflicts
- Increase memory limit
Can't access wp-admin
- Clear browser cache
- Try incognito mode
- Check .htaccess file
Related articles
Best Web Hosting for Beginners [{{YEAR}}]
Discover the best web hosting for beginners in {{YEAR}}. Easy-to-follow guide with top 5 hosting providers for your first website.
Choosing Web Hosting: The Complete Guide
Everything you need to know about choosing web hosting. Complete guide with tips, comparisons, and recommendations for {{YEAR}}.
WordPress Hosting Guide {{YEAR}}
Everything you need to know about WordPress hosting. Tips for choosing the right hosting for your WordPress website in {{YEAR}}.