General Questions
What is Webinoly?
What is Webinoly?
- Complete LEMP Stack (Ubuntu + NGINX + MariaDB/MySQL + PHP)
- FastCGI Cache, Redis Object Cache, and HTTP/3 support
- Free SSL via Let’s Encrypt
- WordPress tools and optimization
- Reverse proxy capabilities
- Backup and migration tools
What are the system requirements?
What are the system requirements?
- Operating System: Ubuntu 24.04 or 22.04
- Architecture: arm64 or x86_64 (amd64)
- RAM: Minimum 512 MB (1GB+ recommended for production)
- Root Access: Yes, sudo privileges required
Which PHP versions are supported?
Which PHP versions are supported?
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4 (default)
- PHP 8.5
-php flag.Which database engines are supported?
Which database engines are supported?
- 10.11
- 11.4
- 11.8 (default)
- 8.0
- 8.4 (default)
Can I use Webinoly for production websites?
Can I use Webinoly for production websites?
- High performance with caching
- Security with SSL/TLS
- Scalability with reverse proxy support
- Reliability with automated backups
Installation & Setup
How do I install Webinoly?
How do I install Webinoly?
- Download the Webinoly installer
- Install the complete LEMP stack
- Configure NGINX with optimized settings
- Set up SSL certificates
- Install additional tools
Can I install individual components?
Can I install individual components?
How do I update Webinoly?
How do I update Webinoly?
Can I uninstall Webinoly?
Can I uninstall Webinoly?
Site Management
How do I create a new site?
How do I create a new site?
How do I enable SSL for my site?
How do I enable SSL for my site?
How do I delete a site?
How do I delete a site?
Can I host multiple PHP versions?
Can I host multiple PHP versions?
WordPress Specific
Does Webinoly support WordPress Multisite?
Does Webinoly support WordPress Multisite?
How do I enable FastCGI cache for WordPress?
How do I enable FastCGI cache for WordPress?
Can I use an external database?
Can I use an external database?
How do I install WordPress in a subfolder?
How do I install WordPress in a subfolder?
Performance & Optimization
What caching options are available?
What caching options are available?
- FastCGI Cache: Server-level caching for WordPress and PHP
- Redis Object Cache: Database query caching
- Browser Cache: Static asset caching
- Proxy Cache: For reverse proxy setups
Does Webinoly support HTTP/3?
Does Webinoly support HTTP/3?
How do I optimize my server settings?
How do I optimize my server settings?
Security
How do I add HTTP authentication?
How do I add HTTP authentication?
Are there built-in security features?
Are there built-in security features?
- Automatic SSL/TLS with Let’s Encrypt
- Security headers configuration
- Firewall rules
- DDoS protection settings
- Regular security updates
How do I backup my sites?
How do I backup my sites?
Troubleshooting
How do I check logs?
How do I check logs?
My site is not working after installation. What should I check?
My site is not working after installation. What should I check?
- Check NGINX status:
sudo service nginx status - Check PHP-FPM:
sudo service php*-fpm status - Check site configuration:
sudo nginx -t - Review error logs:
sudo log example.com -error - Verify DNS settings point to your server
How do I reset Webinoly configuration?
How do I reset Webinoly configuration?
SSL certificate renewal failed. What should I do?
SSL certificate renewal failed. What should I do?
- Check your domain DNS settings
- Ensure port 80 and 443 are open
- Manually renew:
sudo certbot renew - Check certificate status:
sudo certbot certificates
Support & Community
Where can I get help?
Where can I get help?
How do I report a bug?
How do I report a bug?
- Check existing GitHub Issues
- Gather system information:
sudo webinoly -info - Create a new issue with detailed information
- Include relevant logs and error messages
Can I contribute to Webinoly?
Can I contribute to Webinoly?