You Know Stackposts?

#1 Social Media Management & Analysis Platform

Install

Installation Guide for Aapanel (Nginx)

Estimated reading: 2 minutes

Part 1: Install and configure AApanel Server with Nginx.

Download PuTTY

Download the latest version of PuTTY SSH from the official website. After that, install it on your computer. It’s as simple as that.

Connect PuTTY & Install aaPanel

Cloud Server Account

Ex:

  • IP: 178.128.84.87
  • username: root
  • password: XvrJ@pDYux2R5Qd

Install Aapanel

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh forum

Please keep a record of your AApanel login details once the installation is finished.

EX:

  • http://178.128.84.87:7800/5f587cdf
  • username: jsilnw8t
  • password: 48ea536b

Install libraries

sudo apt-get install libnss3-dev libatk-bridge2.0-dev libcups2-dev libxkbcommon-dev libgtk-3-dev
  Please watch the video tutorial

 

Set up AApanel Server using Nginx web server

Please login aapanel and set up according to the instructions

aaPanel Internal Address: http://xxx.xxx.xxx.xxx:7800/f7eec324
username: xxxxxxxxx
password: xxxxxxxxx

PHP Setup:

  1. Configuring PHP with version 8.0 or 8.1.
  2. Allow_url_fopen: allow_url_fopen=On
  3. Memory_limit = 512M or higher ( Importance)
  4. Upload_max_size = 512M
  5. Post_max_size = 512M
  6. Upload_max_filesize = 512M

Install Extensions:

Installing PHP extensions such as PHP EXIF.

Enable Functions:

Allowing execution of functions including exec, putenv, and shell_exec.

Please watch the video tutorial 

Part 2: Install Main Script

Install Waziper Main Script

Please prepare the information before proceeding with the installation

Purchase code:

Database username: databasename: password:

Admin Account login username: email: password:

Timezone

Please watch the video tutorial

Setting up Nginx configuration for a domain.

Please watch the video tutorial 

Please add the following code to your primary domain’s Nginx configuration

location / {
try_files $uri $uri/ /index.php;
}

If you install in a subdirectory please set as follows

location /subfoldername {
try_files $uri $uri/ /subfoldername/index.php;
}

 

Share this Doc

Installation Guide for Aapanel (Nginx)

Or copy link

CONTENTS
Antimanual

Ask our AI support assistant your questions about our platform, features, and services.

You are offline
Chatbot Avatar
What can I help you with?