Top

Pixel AI documentation

Generate high-quality content, images, and code effortlessly with Pixel AI

Quick Installation (Recommended)

For a faster and automated deployment, we provide an all-in-one installation script. This automated solution manages system updates, installs Node.js 22, MongoDB 8.0 (with secure authentication), Redis, and PM2. Additionally, it streamlines multi-project setups with automatic Domain mapping and SSL configuration via Nginx.

Execution Steps:

Follow these simple commands to trigger the automated setup on your server:

  • # Create and open the installation script file
  • nano install.sh
  • # Paste the script content below, then save (Ctrl+O, Enter) and exit (Ctrl+X)
  • # Grant execution permissions
  • chmod +x install.sh
  • # Run the installer with root privileges
  • sudo ./install.sh

Note: This script is idempotent, allowing you to run it multiple times safely to update existing components or add new projects (Backend, Frontend, or Admin Dashboard).

What's Next?

Let's get started — your journey with Pixel AI begins here!