How to Use
- Enter your desired username and password for the hosting account
- Select your preferred web server (Nginx, Apache2, OpenLiteSpeed, or MERN Stack)
- Choose your database type (MySQL, MariaDB, or MongoDB)
- Enable additional options like Node.js if needed
- Click Copy Config to copy the generated YAML
- Paste the configuration into your cloud provider’s user-data field when creating a new instance
Available Options
Web Servers
| Server | Description |
|---|---|
| Nginx | High-performance, lightweight web server with reverse proxy capabilities |
| Apache2 | Feature-rich HTTP server with extensive module support |
| OpenLiteSpeed | High-performance LiteSpeed web server with LSCache support |
| MERN Stack | Full-stack setup with MongoDB, Express.js, React, and Node.js |
Databases
| Database | Description |
|---|---|
| MySQL | Popular open-source relational database |
| MariaDB | MySQL-compatible database with enhanced features |
| MongoDB | NoSQL document database for flexible data storage |
Additional Flags
| Flag | Description |
|---|---|
--nodejs | Install Node.js runtime on the server |
--yarn | Install Yarn package manager (available with MERN stack) |