Hi everyone,
A lot of members have asked what powers this forum and what services we recommend if you’re thinking about launching your own site or community. Here’s a breakdown of the main tools we use.
Hosting:
The forum runs on a VPS plan with IONOS. We chose this because it’s reliable, includes automatic backups, and can scale as the community grows. It also includes Plesk (similar to cPanel) web hosting control panel to manage the websites, domains, databases, email, and servers through a single, user-friendly web interface.
Domain & DNS
Our domain is registered with Namecheap. Their panel makes it easy to manage DNS, which is important for things like email and CDN setup.
SSL Security
We use Let's Encrypt SSL certificate so all traffic between you and the forum is encrypted. Let's Encrypt certificates expire in 90 days so we configured it on the server to be automatically renewed, so we stay secure without downtime.
Email (SMTP)
For transactional emails (account activations, password resets, and notifications), we rely on Mailgun. This ensures messages arrive reliably in your inbox instead of being flagged as spam. The Free plan includes 100 emails/day limit.
CDN & Protection
To keep the site fast worldwide, and to add an extra layer of DDoS protection, we use a Content Delivery Network (CDN) — currently Cloudflare . This helps pages load faster and keeps the forum stable even under heavy traffic. I also use Cloudflare to block bots and certain IPs and countries.
General Stack
At a high level, the forum runs on a modern Linux + PHP 8.x + MySQL stack, using vBulletin as the community software. We keep everything up to date to maintain speed and security.
Local Testing (XAMPP / WAMP)
Before pushing changes live, we test the forum locally using XAMPP and WAMP. These are free tools that let you run a PHP + MySQL environment on your own computer. Perfect for experimenting, customizing themes, or trying out updates without risking the live site.
File Management (FTP / SFTP)
To move files between your local machine and the live server, we use FTP/SFTP tools like WinSCP and FileZilla. These are essential for:
For editing forum code, templates, or custom scripts locally, we use Visual Studio Code (VSCode). It’s free, lightweight, and supports syntax highlighting, extensions, and version control integrations — perfect for safely customizing your forum before deploying live.
SSH / Terminal Tools (PuTTY & Others)
For secure command-line access to the server, Windows users can use PuTTY, while macOS and Linux users can use the built-in Terminal/SSH commands. These tools allow you to:
A lot of members have asked what powers this forum and what services we recommend if you’re thinking about launching your own site or community. Here’s a breakdown of the main tools we use.
Hosting:
The forum runs on a VPS plan with IONOS. We chose this because it’s reliable, includes automatic backups, and can scale as the community grows. It also includes Plesk (similar to cPanel) web hosting control panel to manage the websites, domains, databases, email, and servers through a single, user-friendly web interface.
Domain & DNS
Our domain is registered with Namecheap. Their panel makes it easy to manage DNS, which is important for things like email and CDN setup.
SSL Security
We use Let's Encrypt SSL certificate so all traffic between you and the forum is encrypted. Let's Encrypt certificates expire in 90 days so we configured it on the server to be automatically renewed, so we stay secure without downtime.
Email (SMTP)
For transactional emails (account activations, password resets, and notifications), we rely on Mailgun. This ensures messages arrive reliably in your inbox instead of being flagged as spam. The Free plan includes 100 emails/day limit.
CDN & Protection
To keep the site fast worldwide, and to add an extra layer of DDoS protection, we use a Content Delivery Network (CDN) — currently Cloudflare . This helps pages load faster and keeps the forum stable even under heavy traffic. I also use Cloudflare to block bots and certain IPs and countries.
General Stack
At a high level, the forum runs on a modern Linux + PHP 8.x + MySQL stack, using vBulletin as the community software. We keep everything up to date to maintain speed and security.
Local Testing (XAMPP / WAMP)
Before pushing changes live, we test the forum locally using XAMPP and WAMP. These are free tools that let you run a PHP + MySQL environment on your own computer. Perfect for experimenting, customizing themes, or trying out updates without risking the live site.
File Management (FTP / SFTP)
To move files between your local machine and the live server, we use FTP/SFTP tools like WinSCP and FileZilla. These are essential for:
- Uploading forum files and plugins
- Editing configuration files safely
- Backing up important site data
For editing forum code, templates, or custom scripts locally, we use Visual Studio Code (VSCode). It’s free, lightweight, and supports syntax highlighting, extensions, and version control integrations — perfect for safely customizing your forum before deploying live.
SSH / Terminal Tools (PuTTY & Others)
For secure command-line access to the server, Windows users can use PuTTY, while macOS and Linux users can use the built-in Terminal/SSH commands. These tools allow you to:
- Connect to your VPS securely
- Run server commands safely
- Manage files, databases, and scripts remotely



Comment