Documentation

Learn how to install, configure, and manage Push Alert.

Installation Guide

Installing Push Alert takes just a few minutes. We provide an automated bash script that will install all required dependencies (Nginx, PHP, MySQL, Redis) and configure your server automatically.

Prerequisites

  • A fresh VPS running Ubuntu 20.04 or 22.04.
  • Root SSH access to the server.
  • A domain or subdomain pointed to your server's IP address (e.g., push.yourdomain.com).

Step 1: Run the installer

Log into your server as the `root` user via SSH and run the following command:

bash <(curl -s https://Push Alert.com/install.sh)

The script will ask you for your license key and the domain name you wish to install the panel on. Provide these details and press Enter.

Step 2: Finish setup in browser

Once the script finishes, it will provide you with a temporary admin password. Navigate to your installation domain in your browser:

https://push.yourdomain.com/login

Log in using `[email protected]` and the temporary password provided by the script.

Security Note: Please change your admin password immediately after logging in for the first time.