Blazing Fast Cloud Servers

Server set-up in less than 1 minute, Instant scaling up or down as required, 99.95% uptime guaranteed, No hardware maintenance, Simple backup and monitoring, Unbeatable pricing.

Visit Website

How To Install WordPress with SlickStack (Enable Nginx FastCGI Cache)

Install WordPress

This tutorial shows you how to install WordPress with SlickStack (Enable Nginx FastCGI Cache).
In this tutorial, i use Cloudflare DNS for my DNS provider (Note: Before install SlickStack, you should had activated CloudFlare for your domain)
SlickStack created by LittleBizzy, it is a free LEMP stack automation script, designed to enhance and simplify WordPress provisioning, performance, and security. You can use SlickStack to setup a lightning-fast WordPress site.

SlickStack Requirements:
KVM VPS, Ubuntu 20.04 LTS, at least 1GB RAM, at least 1 CPU core

Demo domain: blog.blogwp.ovh (Method1), blog2.blogwp.ovh (Method2)
Please resolve the domain name to an IP address in advance.
Please replace blog.blogwp.ovh or blog2.blogwp.ovh with your own domain name.
The VPS used in this article: UpCloud (1GB RAM, 1 vCore)
Get $25 of free UpCloud credits if you sign up through this link!

https://blogelegant.com/ build with Hostwinds KVM VPS and Nginx FastCGI Cache.
Affiliate Disclosure: This page contains affiliate links. If you click through and purchase an item, I may earn a commission.
Need some installation help? Contact one of their SlickStack Experts anytime or check out their paid SlickStack gigs on Fiverr, Legiit, Upwork, etc.

Method 1:

1、Execute the following command:

mkdir /var/www/ && nano /var/www/ss-config
r[email protected]:~# mkdir /var/www/ && nano /var/www/ss-config

Copy the contents of the “ss-config.txt” file and right-click to paste it
Note: I have modified and saved as “ss-config.txt” file according to this link in advance


https://mirrors.slickstack.io/bash/ss-config-sample.txt

  GNU nano 4.8                   /var/www/ss-config                   Modified
###############################################################################>

# MAIL_API_KEY="123456789"
### MAIL_SERVICE="sendgrid"
# MAIL_SMTP_SERVER="smtp.sendgrid.net"
# MAIL_PORT="587"
# mailalert="[email protected]"
# MAIL_USER="example"
# MAIL_PASSWORD="password"

## EOF ##










^G Get Help  ^O Write Out ^W Where Is  ^K Cut Text  ^J Justify   ^C Cur Pos
^X Exit      ^R Read File ^\ Replace   ^U Paste Text^T To Spell  ^_ Go To Line

Press Ctrl+o to save the changes you’ve made.

###############################################################################>

# MAIL_API_KEY="123456789"
### MAIL_SERVICE="sendgrid"
# MAIL_SMTP_SERVER="smtp.sendgrid.net"
# MAIL_PORT="587"
# mailalert="[email protected]"
# MAIL_USER="example"
# MAIL_PASSWORD="password"

## EOF ##









File Name to Write: /var/www/ss-config
^G Get Help         M-D DOS Format      M-A Append          M-B Backup File
^C Cancel           M-M Mac Format      M-P Prepend         ^T To Files

Press Enter

###############################################################################>

# MAIL_API_KEY="123456789"
### MAIL_SERVICE="sendgrid"
# MAIL_SMTP_SERVER="smtp.sendgrid.net"
# MAIL_PORT="587"
# mailalert="[email protected]"
# MAIL_USER="example"
# MAIL_PASSWORD="password"

## EOF ##









                              [ Wrote 818 lines ]
^G Get Help  ^O Write Out ^W Where Is  ^K Cut Text  ^J Justify   ^C Cur Pos
^X Exit      ^R Read File ^\ Replace   ^U Paste Text^T To Spell  ^_ Go To Line

Press Ctrl+x to exit nano.

Note: you can manually setting up ss-config
https://mirrors.slickstack.io/bash/ss-config-sample.txt
You need to modify these places:

ROOT_PASSWORD="@ROOT_PASSWORD"
SUDO_USER="@SUDO_USER"
SUDO_PASSWORD="@SUDO_PASSWORD"

SSH_PORT="@SSH_PORT"

SFTP_USER="@SFTP_USER"
SFTP_PASSWORD="@SFTP_PASSWORD"

DB_NAME="@DB_NAME"
DB_USER="@DB_USER"
DB_PASSWORD="@DB_PASSWORD_USER"
DB_PASSWORD_ROOT="@DB_PASSWORD_ROOT"
DB_HOST="@DB_HOST"
DB_PREFIX="@DB_PREFIX"
DB_CHARSET="utf8mb4"
DB_COLLATE=""

SITE_TLD="@SITE_TLD"
SITE_DOMAIN="@SITE_DOMAIN"
SITE_NOINDEX="@SITE_NOINDEX"

CLOUDFLARE_API_KEY="@CLOUDFLARE_API_KEY"
CLOUDFLARE_API_EMAIL="@CLOUDFLARE_API_EMAIL"

SSL_TYPE="@SSL_TYPE"

CSR_COUNTRY="US"
CSR_STATE="Nevada"
CSR_CITY="Las Vegas"
CSR_COMPANY="Example, LLC"
CSR_DEPT="DevOps"

2、Execute the following command to install SlickStack + WordPress + Nginx FastCGI Cache:
cd /tmp/ && wget -O ss slick.fyi && bash ss

[email protected]:~# cd /tmp/ && wget -O ss slick.fyi && bash ss

Press “Enter” and you will see

Wait for the SlickStack installation to complete

Running ss-perms-wordpress-core: Resets file and user permissions for WordPress (CMS) core files and folders...
Running ss-purge-transients: Manually deletes all transients data from the WordPress wp_options table...
ERROR 1146 (42S02) at line 1: Table 'wordpress.wp_blogwpwpblogoptions' doesn't exist
Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-perms-wordpress-core: Resets file and user permissions for WordPress (CMS) core files and folders...

It appears you have reinstalled wp-config within the last 60 minutes,
therefore ss-install-wordpress-config has exited without running.

Running ss-install-wordpress-mu-plugins: Reinstalls all the WordPress MU plugins for SlickStack servers (idempotent)...
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version (6.0-25ubuntu1).
zip is already the newest version (3.0-11build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mkdir: cannot create directory ‘/var/www/html/dev’: Not a directory
mkdir: cannot create directory ‘/var/www/html/staging’: Not a directory
Archive:  /tmp/custom-functions.zip
   creating: /tmp/custom-functions/
   creating: /tmp/custom-functions/file/
   creating: /tmp/custom-functions/notices/
  inflating: /tmp/custom-functions/readme.txt
   creating: /tmp/custom-functions/assets/
   creating: /tmp/custom-functions/admin/
   creating: /tmp/custom-functions/helpers/
  inflating: /tmp/custom-functions/config.php
  inflating: /tmp/custom-functions/custom-functions.php
   creating: /tmp/custom-functions/core/
  inflating: /tmp/custom-functions/file/ajax.php
  inflating: /tmp/custom-functions/file/code.php
  inflating: /tmp/custom-functions/notices/admin-notices-ms.php
  inflating: /tmp/custom-functions/notices/admin-notices.php
  inflating: /tmp/custom-functions/assets/admin.js
  inflating: /tmp/custom-functions/admin/admin.php
  inflating: /tmp/custom-functions/admin/display.php
  inflating: /tmp/custom-functions/helpers/registrar.php
  inflating: /tmp/custom-functions/helpers/loader.php
  inflating: /tmp/custom-functions/helpers/plugin.php
  inflating: /tmp/custom-functions/helpers/factory.php
  inflating: /tmp/custom-functions/helpers/runner.php
  inflating: /tmp/custom-functions/helpers/singleton.php
  inflating: /tmp/custom-functions/core/core.php
  inflating: /tmp/custom-functions/core/factory.php
Archive:  /tmp/disable-emails.zip
   creating: /tmp/disable-emails/
   creating: /tmp/disable-emails/includes/
   creating: /tmp/disable-emails/css/
   creating: /tmp/disable-emails/mu-plugin/
   creating: /tmp/disable-emails/js/
  inflating: /tmp/disable-emails/readme.md
  inflating: /tmp/disable-emails/disable-emails.php
  inflating: /tmp/disable-emails/readme.txt
   creating: /tmp/disable-emails/languages/
   creating: /tmp/disable-emails/views/
  inflating: /tmp/disable-emails/changelog.md
  inflating: /tmp/disable-emails/includes/class.Plugin.php
  inflating: /tmp/disable-emails/includes/class.Requires.php
  inflating: /tmp/disable-emails/includes/functions-global.php
  inflating: /tmp/disable-emails/includes/functions.php
  inflating: /tmp/disable-emails/includes/bootstrap.php
  inflating: /tmp/disable-emails/includes/class.PHPMailerMock.php
  inflating: /tmp/disable-emails/css/admin.css
  inflating: /tmp/disable-emails/mu-plugin/disable-emails-mu.php
  inflating: /tmp/disable-emails/js/settings.min.js
  inflating: /tmp/disable-emails/js/settings.js
  inflating: /tmp/disable-emails/languages/disable-emails-nn_NO.mo
  inflating: /tmp/disable-emails/languages/disable-emails-zh_CN.mo
  inflating: /tmp/disable-emails/languages/disable-emails-de_DE.mo
  inflating: /tmp/disable-emails/languages/disable-emails-cs_CZ.mo
  inflating: /tmp/disable-emails/languages/disable-emails-nb_NO.mo
  inflating: /tmp/disable-emails/views/requires-plugin-notice.php
  inflating: /tmp/disable-emails/views/indicator-notice.php
  inflating: /tmp/disable-emails/views/settings-form.php
  inflating: /tmp/disable-emails/views/requires-admin-notice.php
Archive:  /tmp/disable-default-runner.zip
   creating: /tmp/disable-default-runner/
  inflating: /tmp/disable-default-runner/disable-default-runner.php
  inflating: /tmp/disable-default-runner/README.md
  inflating: /tmp/disable-default-runner/license.txt
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/autoloader.php': Not a directory
cp: cannot stat '/var/www/html/dev/wp-content/mu-plugins/autoloader.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/custom-functions': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/xxx-common.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-emails': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-default-runner': Not a directory
cp: cannot stat '/var/www/html/dev/wp-content/object-cache.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/object-cache.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/functions.php': Not a directory
Archive:  /tmp/clear-caches.zip
   creating: /tmp/clear-caches/
   creating: /tmp/clear-caches/notices/
  inflating: /tmp/clear-caches/readme.txt
   creating: /tmp/clear-caches/drivers/
   creating: /tmp/clear-caches/assets/
  inflating: /tmp/clear-caches/clear-caches.php
   creating: /tmp/clear-caches/admin/
   creating: /tmp/clear-caches/helpers/
   creating: /tmp/clear-caches/libraries/
  inflating: /tmp/clear-caches/config.php
  inflating: /tmp/clear-caches/LICENSE
   creating: /tmp/clear-caches/core/
  inflating: /tmp/clear-caches/notices/admin-notices-ms.php
  inflating: /tmp/clear-caches/notices/admin-notices.php
  inflating: /tmp/clear-caches/notices/admin-notices-php.php
  inflating: /tmp/clear-caches/notices/boot-check-php.php
  inflating: /tmp/clear-caches/drivers/nginx.php
  inflating: /tmp/clear-caches/drivers/opcache.php
  inflating: /tmp/clear-caches/drivers/object-cache.php
   creating: /tmp/clear-caches/assets/lightboxed/
  inflating: /tmp/clear-caches/assets/admin.css
  inflating: /tmp/clear-caches/assets/submit.js
  inflating: /tmp/clear-caches/assets/submit.css
  inflating: /tmp/clear-caches/admin/admin.php
   creating: /tmp/clear-caches/admin/views/
  inflating: /tmp/clear-caches/admin/page.php
  inflating: /tmp/clear-caches/admin/toolbar.php
  inflating: /tmp/clear-caches/helpers/registrar.php
  inflating: /tmp/clear-caches/helpers/loader.php
  inflating: /tmp/clear-caches/helpers/context.php
  inflating: /tmp/clear-caches/helpers/plugin.php
  inflating: /tmp/clear-caches/helpers/factory.php
  inflating: /tmp/clear-caches/helpers/module.php
  inflating: /tmp/clear-caches/helpers/runner.php
  inflating: /tmp/clear-caches/helpers/singleton.php
  inflating: /tmp/clear-caches/helpers/boot.php
  inflating: /tmp/clear-caches/helpers/updater.php
  inflating: /tmp/clear-caches/libraries/wp-options.php
  inflating: /tmp/clear-caches/libraries/view-display.php
  inflating: /tmp/clear-caches/libraries/wp-wrapper.php
  inflating: /tmp/clear-caches/libraries/wp-ajax.php
  inflating: /tmp/clear-caches/core/ajax.php
  inflating: /tmp/clear-caches/core/core.php
  inflating: /tmp/clear-caches/core/factory.php
  inflating: /tmp/clear-caches/core/purge.php
  inflating: /tmp/clear-caches/core/data.php
  inflating: /tmp/clear-caches/assets/lightboxed/jquery.lightboxed.js
  inflating: /tmp/clear-caches/assets/lightboxed/jquery.lightboxed.min.js
  inflating: /tmp/clear-caches/assets/lightboxed/LICENSE
  inflating: /tmp/clear-caches/admin/views/nginx.php
  inflating: /tmp/clear-caches/admin/views/overview.php
  inflating: /tmp/clear-caches/admin/views/opcache.php
  inflating: /tmp/clear-caches/admin/views/object-cache.php
Archive:  /tmp/cloudflare.zip
   creating: /tmp/cloudflare/
  inflating: /tmp/cloudflare/admin-notices-ms.php
  inflating: /tmp/cloudflare/readme.txt
   creating: /tmp/cloudflare/assets/
   creating: /tmp/cloudflare/admin/
   creating: /tmp/cloudflare/helpers/
   creating: /tmp/cloudflare/libraries/
  inflating: /tmp/cloudflare/cloudflare.php
  inflating: /tmp/cloudflare/admin-notices.php
   creating: /tmp/cloudflare/core/
   creating: /tmp/cloudflare/api/
  inflating: /tmp/cloudflare/assets/admin.js
  inflating: /tmp/cloudflare/helpers/autoload.php
  inflating: /tmp/cloudflare/helpers/plugin.php
  inflating: /tmp/cloudflare/admin/admin.php
  inflating: /tmp/cloudflare/admin/submit.php
  inflating: /tmp/cloudflare/admin/settings.php
  inflating: /tmp/cloudflare/admin/toolbar.php
  inflating: /tmp/cloudflare/admin/dashboard.php
  inflating: /tmp/cloudflare/libraries/ip-range.php
  inflating: /tmp/cloudflare/libraries/options.php
  inflating: /tmp/cloudflare/libraries/ip-rewrite.php
  inflating: /tmp/cloudflare/core/cron.php
  inflating: /tmp/cloudflare/core/dns.php
  inflating: /tmp/cloudflare/core/core.php
  inflating: /tmp/cloudflare/core/data.php
  inflating: /tmp/cloudflare/api/cloudflare.php
Archive:  /tmp/dashboard-cleanup.zip
   creating: /tmp/dashboard-cleanup/
   creating: /tmp/dashboard-cleanup/notices/
  inflating: /tmp/dashboard-cleanup/readme.txt
   creating: /tmp/dashboard-cleanup/cleanup/
  inflating: /tmp/dashboard-cleanup/dashboard-cleanup.php
   creating: /tmp/dashboard-cleanup/helpers/
  inflating: /tmp/dashboard-cleanup/config.php
  inflating: /tmp/dashboard-cleanup/LICENSE
   creating: /tmp/dashboard-cleanup/core/
  inflating: /tmp/dashboard-cleanup/notices/admin-notices-ms.php
  inflating: /tmp/dashboard-cleanup/notices/admin-notices.php
  inflating: /tmp/dashboard-cleanup/notices/admin-notices-php.php
  inflating: /tmp/dashboard-cleanup/notices/boot-check-php.php
  inflating: /tmp/dashboard-cleanup/cleanup/elements.php
  inflating: /tmp/dashboard-cleanup/cleanup/woocommerce.php
  inflating: /tmp/dashboard-cleanup/cleanup/dashboard.php
  inflating: /tmp/dashboard-cleanup/core/core.php
  inflating: /tmp/dashboard-cleanup/core/factory.php
  inflating: /tmp/dashboard-cleanup/helpers/registrar.php
  inflating: /tmp/dashboard-cleanup/helpers/loader.php
  inflating: /tmp/dashboard-cleanup/helpers/context.php
  inflating: /tmp/dashboard-cleanup/helpers/plugin.php
  inflating: /tmp/dashboard-cleanup/helpers/factory.php
  inflating: /tmp/dashboard-cleanup/helpers/module.php
  inflating: /tmp/dashboard-cleanup/helpers/runner.php
  inflating: /tmp/dashboard-cleanup/helpers/singleton.php
  inflating: /tmp/dashboard-cleanup/helpers/boot.php
  inflating: /tmp/dashboard-cleanup/helpers/updater.php
Archive:  /tmp/delete-expired-transients.zip
   creating: /tmp/delete-expired-transients/
  inflating: /tmp/delete-expired-transients/admin-notices-ms.php
  inflating: /tmp/delete-expired-transients/readme.txt
   creating: /tmp/delete-expired-transients/helpers/
   creating: /tmp/delete-expired-transients/transients/
  inflating: /tmp/delete-expired-transients/admin-notices.php
  inflating: /tmp/delete-expired-transients/delete-expired-transients.php
   creating: /tmp/delete-expired-transients/core/
  inflating: /tmp/delete-expired-transients/helpers/loader.php
  inflating: /tmp/delete-expired-transients/helpers/plugin.php
  inflating: /tmp/delete-expired-transients/helpers/factory.php
  inflating: /tmp/delete-expired-transients/helpers/runner.php
  inflating: /tmp/delete-expired-transients/transients/cron.php
  inflating: /tmp/delete-expired-transients/transients/transients.php
  inflating: /tmp/delete-expired-transients/core/core.php
  inflating: /tmp/delete-expired-transients/core/factory.php
Archive:  /tmp/disable-attachment-pages.zip
   creating: /tmp/disable-attachment-pages/
   creating: /tmp/disable-attachment-pages/notices/
  inflating: /tmp/disable-attachment-pages/readme.txt
  inflating: /tmp/disable-attachment-pages/disable-attachment-pages.php
   creating: /tmp/disable-attachment-pages/helpers/
  inflating: /tmp/disable-attachment-pages/config.php
  inflating: /tmp/disable-attachment-pages/LICENSE
   creating: /tmp/disable-attachment-pages/core/
  inflating: /tmp/disable-attachment-pages/notices/admin-notices-ms.php
  inflating: /tmp/disable-attachment-pages/notices/admin-notices.php
  inflating: /tmp/disable-attachment-pages/notices/admin-notices-php.php
  inflating: /tmp/disable-attachment-pages/notices/boot-check-php.php
  inflating: /tmp/disable-attachment-pages/helpers/registrar.php
  inflating: /tmp/disable-attachment-pages/helpers/loader.php
  inflating: /tmp/disable-attachment-pages/helpers/context.php
  inflating: /tmp/disable-attachment-pages/helpers/plugin.php
  inflating: /tmp/disable-attachment-pages/helpers/factory.php
  inflating: /tmp/disable-attachment-pages/helpers/module.php
  inflating: /tmp/disable-attachment-pages/helpers/runner.php
  inflating: /tmp/disable-attachment-pages/helpers/singleton.php
  inflating: /tmp/disable-attachment-pages/helpers/boot.php
  inflating: /tmp/disable-attachment-pages/core/core.php
  inflating: /tmp/disable-attachment-pages/core/factory.php
  inflating: /tmp/disable-attachment-pages/core/attachments.php
Archive:  /tmp/disable-embeds.zip
   creating: /tmp/disable-embeds/
   creating: /tmp/disable-embeds/notices/
  inflating: /tmp/disable-embeds/readme.txt
  inflating: /tmp/disable-embeds/disable-embeds.php
   creating: /tmp/disable-embeds/helpers/
  inflating: /tmp/disable-embeds/config.php
  inflating: /tmp/disable-embeds/LICENSE
   creating: /tmp/disable-embeds/embeds/
   creating: /tmp/disable-embeds/core/
  inflating: /tmp/disable-embeds/notices/admin-notices-ms.php
  inflating: /tmp/disable-embeds/notices/admin-notices.php
  inflating: /tmp/disable-embeds/notices/admin-notices-php.php
  inflating: /tmp/disable-embeds/notices/boot-check-php.php
  inflating: /tmp/disable-embeds/helpers/registrar.php
  inflating: /tmp/disable-embeds/helpers/loader.php
  inflating: /tmp/disable-embeds/helpers/context.php
  inflating: /tmp/disable-embeds/helpers/plugin.php
  inflating: /tmp/disable-embeds/helpers/factory.php
  inflating: /tmp/disable-embeds/helpers/module.php
  inflating: /tmp/disable-embeds/helpers/runner.php
  inflating: /tmp/disable-embeds/helpers/singleton.php
  inflating: /tmp/disable-embeds/helpers/boot.php
  inflating: /tmp/disable-embeds/embeds/cleaner.php
  inflating: /tmp/disable-embeds/embeds/allowed.php
  inflating: /tmp/disable-embeds/embeds/hooks.php
  inflating: /tmp/disable-embeds/core/core.php
  inflating: /tmp/disable-embeds/core/factory.php
Archive:  /tmp/disable-emojis.zip
   creating: /tmp/disable-emojis/
  inflating: /tmp/disable-emojis/admin-notices-ms.php
  inflating: /tmp/disable-emojis/readme.txt
  inflating: /tmp/disable-emojis/index.php
   creating: /tmp/disable-emojis/helpers/
  inflating: /tmp/disable-emojis/disable-emojis.php
  inflating: /tmp/disable-emojis/admin-notices.php
   creating: /tmp/disable-emojis/emojis/
   creating: /tmp/disable-emojis/core/
  inflating: /tmp/disable-emojis/helpers/loader.php
  inflating: /tmp/disable-emojis/helpers/plugin.php
  inflating: /tmp/disable-emojis/helpers/factory.php
  inflating: /tmp/disable-emojis/helpers/runner.php
  inflating: /tmp/disable-emojis/emojis/emojis.php
  inflating: /tmp/disable-emojis/emojis/filters.php
  inflating: /tmp/disable-emojis/emojis/actions.php
  inflating: /tmp/disable-emojis/core/core.php
  inflating: /tmp/disable-emojis/core/factory.php
Archive:  /tmp/disable-empty-trash.zip
   creating: /tmp/disable-empty-trash/
  inflating: /tmp/disable-empty-trash/readme.txt
  inflating: /tmp/disable-empty-trash/disable-empty-trash.php
  inflating: /tmp/disable-empty-trash/index.php
Archive:  /tmp/disable-gutenberg.zip
   creating: /tmp/disable-gutenberg/
   creating: /tmp/disable-gutenberg/notices/
  inflating: /tmp/disable-gutenberg/readme.txt
   creating: /tmp/disable-gutenberg/gutenberg/
   creating: /tmp/disable-gutenberg/helpers/
  inflating: /tmp/disable-gutenberg/disable-gutenberg.php
  inflating: /tmp/disable-gutenberg/config.php
   creating: /tmp/disable-gutenberg/core/
  inflating: /tmp/disable-gutenberg/notices/admin-notices-ms.php
  inflating: /tmp/disable-gutenberg/notices/admin-notices.php
  inflating: /tmp/disable-gutenberg/notices/admin-notices-php.php
  inflating: /tmp/disable-gutenberg/notices/boot-check-php.php
  inflating: /tmp/disable-gutenberg/gutenberg/detector.php
  inflating: /tmp/disable-gutenberg/gutenberg/disabler.php
  inflating: /tmp/disable-gutenberg/gutenberg/styles.php
  inflating: /tmp/disable-gutenberg/helpers/registrar.php
  inflating: /tmp/disable-gutenberg/helpers/loader.php
  inflating: /tmp/disable-gutenberg/helpers/context.php
  inflating: /tmp/disable-gutenberg/helpers/plugin.php
  inflating: /tmp/disable-gutenberg/helpers/factory.php
  inflating: /tmp/disable-gutenberg/helpers/module.php
  inflating: /tmp/disable-gutenberg/helpers/runner.php
  inflating: /tmp/disable-gutenberg/helpers/singleton.php
  inflating: /tmp/disable-gutenberg/helpers/boot.php
  inflating: /tmp/disable-gutenberg/helpers/updater.php
  inflating: /tmp/disable-gutenberg/core/core.php
  inflating: /tmp/disable-gutenberg/core/factory.php
Archive:  /tmp/disable-image-compression.zip
   creating: /tmp/disable-image-compression/
  inflating: /tmp/disable-image-compression/readme.txt
  inflating: /tmp/disable-image-compression/disable-image-compression.php
  inflating: /tmp/disable-image-compression/index.php
  inflating: /tmp/disable-image-compression/admin-notices.php
Archive:  /tmp/disable-post-via-email.zip
   creating: /tmp/disable-post-via-email/
   creating: /tmp/disable-post-via-email/notices/
  inflating: /tmp/disable-post-via-email/disable-post-via-email.php
  inflating: /tmp/disable-post-via-email/readme.txt
   creating: /tmp/disable-post-via-email/helpers/
  inflating: /tmp/disable-post-via-email/config.php
   creating: /tmp/disable-post-via-email/core/
  inflating: /tmp/disable-post-via-email/notices/admin-notices-ms.php
  inflating: /tmp/disable-post-via-email/notices/admin-notices.php
  inflating: /tmp/disable-post-via-email/helpers/loader.php
  inflating: /tmp/disable-post-via-email/helpers/plugin.php
  inflating: /tmp/disable-post-via-email/helpers/runner.php
  inflating: /tmp/disable-post-via-email/core/core.php
Archive:  /tmp/disable-xml-rpc.zip
   creating: /tmp/disable-xml-rpc/
  inflating: /tmp/disable-xml-rpc/admin-notices-ms.php
  inflating: /tmp/disable-xml-rpc/readme.txt
  inflating: /tmp/disable-xml-rpc/index.php
  inflating: /tmp/disable-xml-rpc/admin-notices.php
  inflating: /tmp/disable-xml-rpc/disable-xml-rpc.php
Archive:  /tmp/force-https.zip
   creating: /tmp/force-https/
   creating: /tmp/force-https/notices/
  inflating: /tmp/force-https/readme.txt
  inflating: /tmp/force-https/force-https.php
   creating: /tmp/force-https/helpers/
  inflating: /tmp/force-https/config.php
   creating: /tmp/force-https/force/
   creating: /tmp/force-https/core/
  inflating: /tmp/force-https/notices/admin-notices-ms.php
  inflating: /tmp/force-https/notices/admin-notices.php
  inflating: /tmp/force-https/notices/admin-notices-php.php
  inflating: /tmp/force-https/notices/boot-check-php.php
  inflating: /tmp/force-https/helpers/registrar.php
  inflating: /tmp/force-https/helpers/loader.php
  inflating: /tmp/force-https/helpers/context.php
  inflating: /tmp/force-https/helpers/plugin.php
  inflating: /tmp/force-https/helpers/factory.php
  inflating: /tmp/force-https/helpers/module.php
  inflating: /tmp/force-https/helpers/runner.php
  inflating: /tmp/force-https/helpers/singleton.php
  inflating: /tmp/force-https/helpers/boot.php
  inflating: /tmp/force-https/helpers/updater.php
  inflating: /tmp/force-https/force/redirect.php
  inflating: /tmp/force-https/force/filters.php
  inflating: /tmp/force-https/force/checker.php
  inflating: /tmp/force-https/core/core.php
  inflating: /tmp/force-https/core/factory.php
Archive:  /tmp/force-strong-hashing.zip
   creating: /tmp/force-strong-hashing/
  inflating: /tmp/force-strong-hashing/admin-notices-ms.php
  inflating: /tmp/force-strong-hashing/readme.txt
   creating: /tmp/force-strong-hashing/includes/
  inflating: /tmp/force-strong-hashing/index.php
   creating: /tmp/force-strong-hashing/languages/
  inflating: /tmp/force-strong-hashing/force-strong-hashing.php
  inflating: /tmp/force-strong-hashing/admin-notices.php
  inflating: /tmp/force-strong-hashing/includes/functions.php
  inflating: /tmp/force-strong-hashing/languages/force-strong-hashing.pot
Archive:  /tmp/header-cleanup.zip
   creating: /tmp/header-cleanup/
  inflating: /tmp/header-cleanup/admin-notices-ms.php
  inflating: /tmp/header-cleanup/readme.txt
   creating: /tmp/header-cleanup/helpers/
  inflating: /tmp/header-cleanup/admin-notices.php
   creating: /tmp/header-cleanup/core/
  inflating: /tmp/header-cleanup/header-cleanup.php
  inflating: /tmp/header-cleanup/helpers/loader.php
  inflating: /tmp/header-cleanup/helpers/plugin.php
  inflating: /tmp/header-cleanup/helpers/runner.php
  inflating: /tmp/header-cleanup/core/core.php
  inflating: /tmp/header-cleanup/core/cleaner.php
Archive:  /tmp/limit-heartbeat.zip
   creating: /tmp/limit-heartbeat/
   creating: /tmp/limit-heartbeat/notices/
  inflating: /tmp/limit-heartbeat/readme.txt
  inflating: /tmp/limit-heartbeat/limit-heartbeat.php
   creating: /tmp/limit-heartbeat/helpers/
  inflating: /tmp/limit-heartbeat/config.php
   creating: /tmp/limit-heartbeat/heartbeat/
  inflating: /tmp/limit-heartbeat/LICENSE
   creating: /tmp/limit-heartbeat/core/
  inflating: /tmp/limit-heartbeat/notices/admin-notices-ms.php
  inflating: /tmp/limit-heartbeat/notices/admin-notices.php
  inflating: /tmp/limit-heartbeat/notices/admin-notices-php.php
  inflating: /tmp/limit-heartbeat/notices/boot-check-php.php
  inflating: /tmp/limit-heartbeat/helpers/registrar.php
  inflating: /tmp/limit-heartbeat/helpers/loader.php
  inflating: /tmp/limit-heartbeat/helpers/context.php
  inflating: /tmp/limit-heartbeat/helpers/plugin.php
  inflating: /tmp/limit-heartbeat/helpers/factory.php
  inflating: /tmp/limit-heartbeat/helpers/module.php
  inflating: /tmp/limit-heartbeat/helpers/runner.php
  inflating: /tmp/limit-heartbeat/helpers/singleton.php
  inflating: /tmp/limit-heartbeat/helpers/boot.php
  inflating: /tmp/limit-heartbeat/heartbeat/disabler.php
  inflating: /tmp/limit-heartbeat/heartbeat/setup.php
  inflating: /tmp/limit-heartbeat/core/core.php
  inflating: /tmp/limit-heartbeat/core/factory.php
Archive:  /tmp/minify-html.zip
   creating: /tmp/minify-html/
   creating: /tmp/minify-html/notices/
  inflating: /tmp/minify-html/readme.txt
   creating: /tmp/minify-html/helpers/
  inflating: /tmp/minify-html/minify-html.php
  inflating: /tmp/minify-html/config.php
   creating: /tmp/minify-html/html/
   creating: /tmp/minify-html/core/
  inflating: /tmp/minify-html/notices/admin-notices-ms.php
  inflating: /tmp/minify-html/notices/admin-notices.php
  inflating: /tmp/minify-html/helpers/registrar.php
  inflating: /tmp/minify-html/helpers/loader.php
  inflating: /tmp/minify-html/helpers/plugin.php
  inflating: /tmp/minify-html/helpers/factory.php
  inflating: /tmp/minify-html/helpers/runner.php
  inflating: /tmp/minify-html/helpers/singleton.php
  inflating: /tmp/minify-html/html/parser.php
  inflating: /tmp/minify-html/html/buffer.php
  inflating: /tmp/minify-html/core/options.php
  inflating: /tmp/minify-html/core/core.php
  inflating: /tmp/minify-html/core/factory.php
Archive:  /tmp/plugin-blacklist.zip
   creating: /tmp/plugin-blacklist/
  inflating: /tmp/plugin-blacklist/readme.txt
   creating: /tmp/plugin-blacklist/plugin/
   creating: /tmp/plugin-blacklist/admin/
   creating: /tmp/plugin-blacklist/helpers/
   creating: /tmp/plugin-blacklist/core/
  inflating: /tmp/plugin-blacklist/blacklist.txt
  inflating: /tmp/plugin-blacklist/plugin-blacklist.php
  inflating: /tmp/plugin-blacklist/plugin/disabler.php
  inflating: /tmp/plugin-blacklist/plugin/checker.php
  inflating: /tmp/plugin-blacklist/plugin/activation.php
  inflating: /tmp/plugin-blacklist/plugin/blacklist.php
  inflating: /tmp/plugin-blacklist/admin/notices.php
  inflating: /tmp/plugin-blacklist/helpers/loader.php
  inflating: /tmp/plugin-blacklist/helpers/plugin.php
  inflating: /tmp/plugin-blacklist/helpers/factory.php
  inflating: /tmp/plugin-blacklist/helpers/runner.php
  inflating: /tmp/plugin-blacklist/helpers/singleton.php
  inflating: /tmp/plugin-blacklist/core/cron.php
  inflating: /tmp/plugin-blacklist/core/core.php
  inflating: /tmp/plugin-blacklist/core/factory.php
Archive:  /tmp/sftp-details.zip
   creating: /tmp/sftp-details/
   creating: /tmp/sftp-details/notices/
  inflating: /tmp/sftp-details/readme.txt
  inflating: /tmp/sftp-details/sftp-details.php
   creating: /tmp/sftp-details/admin/
   creating: /tmp/sftp-details/helpers/
  inflating: /tmp/sftp-details/config.php
  inflating: /tmp/sftp-details/LICENSE
   creating: /tmp/sftp-details/core/
  inflating: /tmp/sftp-details/notices/admin-notices-ms.php
  inflating: /tmp/sftp-details/notices/admin-notices.php
  inflating: /tmp/sftp-details/admin/constants.php
  inflating: /tmp/sftp-details/admin/dashboard.php
  inflating: /tmp/sftp-details/helpers/registrar.php
  inflating: /tmp/sftp-details/helpers/loader.php
  inflating: /tmp/sftp-details/helpers/plugin.php
  inflating: /tmp/sftp-details/helpers/factory.php
  inflating: /tmp/sftp-details/helpers/module.php
  inflating: /tmp/sftp-details/helpers/runner.php
  inflating: /tmp/sftp-details/helpers/singleton.php
  inflating: /tmp/sftp-details/core/core.php
  inflating: /tmp/sftp-details/core/factory.php
Archive:  /tmp/virtual-robotstxt.zip
   creating: /tmp/virtual-robotstxt/
  inflating: /tmp/virtual-robotstxt/admin-notices-ms.php
  inflating: /tmp/virtual-robotstxt/readme.txt
   creating: /tmp/virtual-robotstxt/admin/
  inflating: /tmp/virtual-robotstxt/admin-notices.php
   creating: /tmp/virtual-robotstxt/core/
  inflating: /tmp/virtual-robotstxt/virtual-robotstxt.php
  inflating: /tmp/virtual-robotstxt/admin/admin.php
  inflating: /tmp/virtual-robotstxt/core/robots.php
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/clear-caches': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/cloudflare': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/dashboard-cleanup': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/delete-expired-transients': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-attachment-pages': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-embeds': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-emojis': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-empty-trash': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-gutenberg': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-image-compression': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-post-via-email': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-xml-rpc': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/force-https': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/force-strong-hashing': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/header-cleanup': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/limit-heartbeat': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/minify-html': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/plugin-blacklist': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/virtual-robotstxt': Not a directory
Running ss-perms-wordpress-mu-plugins: Resets file and user permissions for WordPress MU plugins files and folders...
Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-install-wordpress-cli: Reinstalls the entire WP-CLI module for SlickStack servers (idempotent)...
cp: not writing through dangling symlink '/var/www/meta/wp-cli.yml'
Running ss-perms-wordpress-cli: Resets all file and user permissions across the entire WP-CLI module...
Running ss-install-clamav: Reinstalls the entire ClamAV module for SlickStack servers (idempotent)...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  clamav-base clamav-freshclam libclamav9 libtfm1
Suggested packages:
  clamav-docs libclamunrar9
The following NEW packages will be installed:
  clamav clamav-base clamav-freshclam libclamav9 libtfm1
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,135 kB of archives.
After this operation, 3,919 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav-base all 0.102.4+dfsg-0ubuntu0.20.04.1 [70.2 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libtfm1 amd64 0.13-4 [57.0 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libclamav9 amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [792 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav-freshclam amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [92.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [124 kB]
Fetched 1,135 kB in 1s (1,035 kB/s)
Preconfiguring packages ...
Selecting previously unselected package clamav-base.
(Reading database ... 111031 files and directories currently installed.)
Preparing to unpack .../clamav-base_0.102.4+dfsg-0ubuntu0.20.04.1_all.deb ...
Unpacking clamav-base (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package libtfm1:amd64.
Preparing to unpack .../libtfm1_0.13-4_amd64.deb ...
Unpacking libtfm1:amd64 (0.13-4) ...
Selecting previously unselected package libclamav9:amd64.
Preparing to unpack .../libclamav9_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking libclamav9:amd64 (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package clamav-freshclam.
Preparing to unpack .../clamav-freshclam_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking clamav-freshclam (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package clamav.
Preparing to unpack .../clamav_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking clamav (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Setting up libtfm1:amd64 (0.13-4) ...
Setting up libclamav9:amd64 (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Setting up clamav-base (0.102.4+dfsg-0ubuntu0.20.04.1) ...
id: ‘clamav’: no such user
Setting up clamav-freshclam (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/clamav-freshclam.service → /lib/systemd/system/clamav-freshclam.service.
Setting up clamav (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
Running ss-perms-clamav: Resets all file and user permissions for the ClamAV module...
Running ss-install-ufw: Reinstalls the entire UFW firewall module for SlickStack servers (idempotent)...
Firewall stopped and disabled on system startup
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  ufw*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 846 kB disk space will be freed.
(Reading database ... 111108 files and directories currently installed.)
Removing ufw (0.36-6) ...
Skip stopping firewall: ufw (not enabled)
Processing triggers for man-db (2.9.1-1) ...
(Reading database ... 111017 files and directories currently installed.)
Purging configuration files for ufw (0.36-6) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  ufw
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 147 kB of archives.
After this operation, 846 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 ufw all 0.36-6 [147 kB]
Fetched 147 kB in 1s (199 kB/s)
Preconfiguring packages ...
Selecting previously unselected package ufw.
(Reading database ... 111012 files and directories currently installed.)
Preparing to unpack .../archives/ufw_0.36-6_all.deb ...
Unpacking ufw (0.36-6) ...
Setting up ufw (0.36-6) ...

Creating config file /etc/ufw/before.rules with new version

Creating config file /etc/ufw/before6.rules with new version

Creating config file /etc/ufw/after.rules with new version

Creating config file /etc/ufw/after6.rules with new version
Created symlink /etc/systemd/system/multi-user.target.wants/ufw.service → /lib/systemd/system/ufw.service.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Firewall stopped and disabled on system startup
Running ss-perms-ufw: Resets all file and user permissions across the entire UFW module...
Firewall is active and enabled on system startup
Running ss-reset-logs: Resets all SlickStack module log files to be NULL (empty) to clear history...
/var/www/ss-reset-logs: line 40: /var/www/logs/mysql*.log: ambiguous redirect
Running ss-perms: Resets all file and user permissions across the entire SlickStack server...
Running ss-perms-adminer: Resets all file and user permissions for the Adminer (phpMyAdmin) module...
Running ss-perms-clamav: Resets all file and user permissions for the ClamAV module...
Running ss-perms-mysql: Resets all file and user permissions across the entire MySQL module...
Running ss-perms-nginx: Resets all file and user permissions across the entire Nginx module...
Running ss-perms-nginx-config: Resets file and user permissions for Nginx module configuration files...
Running ss-perms-nginx-core: Resets file and user permissions for Nginx module core files and folders...
Running ss-perms-nginx-ssl: Resets all file and user permissions for SSL certs and related Nginx files...
Running ss-perms-php: Resets all file and user permissions across the entire PHP-FPM module...
Running ss-perms-postfix:
Running ss-perms-redis: Resets all file and user permissions across the entire Redis module...
Running ss-perms-ubuntu-bash: Resets file and user permissions for Bash run commands and related files...
chown: cannot dereference '/var/www/meta/wp-cli.yml': No such file or directory
chown: cannot access '/home/blogwpwpblog/.wp-cli/config.yml': No such file or directory
chown: cannot access '/root/.wp-cli/config.yml': No such file or directory
chmod: cannot operate on dangling symlink '/var/www/meta/wp-cli.yml'
Running ss-perms-ubuntu-crontab: Resets file and user permissions for the root crontab and related files...
Running ss-perms-ubuntu-kernel: Resets all file and user permissions for the Ubuntu Linux kernel...
Running ss-perms-ubuntu-ssh: Resets all file and user permissions for the Ubuntu SSH daemon and keys...
Running ss-perms-ubuntu-users: Resets all file and user permissions for Ubuntu system users (sudo, SFTP, etc)...
addgroup: The group `wordpress' already exists.
The user `blogwpwpblog' is already a member of `wordpress'.
The user `www-data' is already a member of `wordpress'.
The user `blogwpwpblog' is already a member of `www-data'.
Running ss-perms-ubuntu-utils: Resets all file and user permissions for misc Ubuntu utility apps...
Running ss-perms-ufw: Resets all file and user permissions across the entire UFW module...
Running ss-perms-wordpress-core: Resets file and user permissions for WordPress (CMS) core files and folders...
Running ss-perms-wordpress-config: Resets file and user permissions for WordPress (CMS) configuration files...
Running ss-perms-wordpress-mu-plugins: Resets file and user permissions for WordPress MU plugins files and folders...
Running ss-perms-wordpress-cli: Resets all file and user permissions across the entire WP-CLI module...
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-purge: Clears all caches i.e. Nginx (FastCGI), PHP OPcache, Redis (object cache), etc...
Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-purge-transients: Manually deletes all transients data from the WordPress wp_options table...
ERROR 1146 (42S02) at line 1: Table 'wordpress.wp_blogwpwpblogoptions' doesn't exist
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-purge-nginx: Clears the Nginx FastCGI cache by deleting files under /var/www/cache/nginx/...
Running ss-restart-services: Restarts all of the SlickStack LEMP module services (e.g. Ubuntu packages)...
Restarting clamav-freshclam (via systemctl): clamav-freshclam.service.
Restarting redis-server (via systemctl): redis-server.service.
Restarting php7.4-fpm (via systemctl): php7.4-fpm.service.
Restarting nginx (via systemctl): nginx.service.
Restarting mysql (via systemctl): mysql.service.
Reloading ufw configuration (via systemctl): ufw.service.
Restarting ufw (via systemctl): ufw.service.
Running ss-overview: Displays a brief overview of critical settings (domains, users, passwords, etc)...

###########################################################################
#### Congrats! Here are your current SlickStack settings: #################
###########################################################################

SlickStack build: JAN2021B
IPv4: 152.44.34.66
IPv6: fe80::989c:2fff:fe2f:6abd
Site TLD: blogwp.ovh
Site domain: https://blog.blogwp.ovh (live website URL)
Site noindex: false
Staging site: false
Staging site subdomain: false
Dev site: false
Dev site subdomain: false
Sudo user: blogwpwpblog
Sudo password: r1MoK4nntzhpBnMRFFY
SFTP user: blogwpwpblog
SFTP password: a134b8b8964e93b6h24a0b2
SSH/SFTP port: 7629
SSH keys: false
DB name: wordpress
DB user: blogwpwpblog
DB user password: 1ee8f283ab0b2d8068fh498ef
DB admin user (alt-root user for Adminer, etc): [email protected]
DB admin user password: f1ecb59f69d7d6h65c1d5
DB host: 127.0.0.1
DB prefix: wp_blogwpwpblog
WP Multisite: false
WP Multisite subdomains: true
WP Multisite domain mapping: false
CloudFlare API key: d7d6h65bss2dx8068fh49hc91d5
CloudFlare API email: [email protected]
## Please replace d7d6h65bss2dx8068fh49hc91d5 with your own CloudFlare API key
## Please replace [email protected] with your own CloudFlare API email
## This is not my real CloudFlare API key and CloudFlare API email

Pro tip: Use the bash alias ss to save keystrokes on CLI commands!


SlickStack install complete! Please sudo reboot and ensure CloudFlare is
activated with [Full SSL] mode to avoid redirect loops. Cheers!

[email protected]:/tmp# cd
[email protected]:~# sudo reboot

3、Visit domain name https://blog.blogwp.ovh/, if you see the following image

Then delete maintenance.html, it is located in the /html directory. Visit domain name https://blog.blogwp.ovh/ again, now you will go directly to the WordPress installation interface and set the Username and Password:

After performing the above steps, you have enabled Nginx FastCGI Cache, Redis Object Cache, PHP OPcache.

Check If Nginx FastCGI Cache Works
Open Chrome in an incognito window, pressing F12 to open Web Developer Tools, click the “Network” tab, refresh the page. Click post form the “Name” tab, if shows x-fastcgi-cache: HIT form the “Headers” tab, then the page has cached and served from the cache.

WordPress Dashboard (SlickStack)

Clear Caches

Log in Adminer

4、Check SSL Installation

5、SSL Test
https://www.ssllabs.com/ssltest/
https://www.wormly.com/test_ssl

6、Gzip Test

7、Brotli Test

8、HTTP2 Test

9、Load Testing
Load Testing Tool: loader.io
Load Testing Type: Clients per second and Maintain client load
Use “FakerPress” plugin to generate 100 posts and 500 comments.
9.1 Download the verification file


9.2 Upload the verification file. When use SlickStack, the verification file of loader.io need to be uploaded to /html


9.3 Click “Verify” button, shows “Congrats, target verification passed!”

Load Test after enable Nginx FastCGI Cache + Redis Object Cache (SlickStack)
250 clients per second in 1 minute, the average response time is 23 ms.


500 clients per second in 1 minute, the average response time is 23 ms.


750 clients per second in 1 minute, the average response time is 23 ms.


1000 clients per second in 1 minute, the average response time is 23 ms.


1500 clients per second in 1 minute, the average response time is 23 ms.


2000 clients per second in 1 minute, the average response time is 26 ms.


2300 clients per second in 1 minute, the average response time is 101 ms.


2500 clients per second in 1 minute, the average response time is 121 ms.


3500 clients per second in 1 minute, the average response time is 199 ms.


4500 clients per second in 1 minute, the average response time is 405 ms.


5500 clients per second in 1 minute, the average response time is 1794 ms.


6500 clients per second in 1 minute, the average response time is 2796 ms.


7500 clients per second in 1 minute, the average response time is 2431 ms.


8500 clients per second in 1 minute, the average response time is 2940 ms.


10000 clients per second in 1 minute, the average response time is 4711 ms.

Load Test (Maintain client load) after enable Nginx FastCGI Cache + Redis Object Cache (SlickStack)
From 0 to 500 clients in 1 minute, the average response time is 23 ms.


From 0 to 1000 clients in 1 minute, the average response time is 27 ms.


From 0 to 2000 clients in 1 minute, the average response time is 45 ms.


From 0 to 3000 clients in 1 minute, the average response time is 66 ms.


From 0 to 4000 clients in 1 minute, the average response time is 90 ms.


From 0 to 5000 clients in 1 minute, the average response time is 114 ms.


From 0 to 6000 clients in 1 minute, the average response time is 139 ms.


From 0 to 7000 clients in 1 minute, the average response time is 167 ms.


From 0 to 8000 clients in 1 minute, the average response time is 193 ms.


From 0 to 9000 clients in 1 minute, the average response time is 220 ms.


From 0 to 10000 clients in 1 minute, the average response time is 261 ms.

The problem: when the installation of SlickStack is complete, I guess I should log in to PuTTY with the following information, but it always fails.
Sudo user: blogwpwpblog
Sudo password: r1MoK4nntzhpBnMRFFY
SSH/SFTP port: 7629

Method 2:

1、Install SlickStack + WordPress + Nginx FastCGI Cache

cd /tmp/ && wget -O ss slick.fyi && bash ss
[email protected]:~# cd /tmp/ && wget -O ss slick.fyi && bash ss
--2021-01-21 06:30:04--  http://slick.fyi/
Resolving slick.fyi (slick.fyi)... 1.1.1.1
Connecting to slick.fyi (slick.fyi)|1.1.1.1|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://mirrors.slickstack.io/bash/ss-install.txt [following]
--2021-01-21 06:30:04--  http://mirrors.slickstack.io/bash/ss-install.txt
Resolving mirrors.slickstack.io (mirrors.slickstack.io)... 185.199.111.153, 185.199.110.153, 185.199.108.153, ...
Connecting to mirrors.slickstack.io (mirrors.slickstack.io)|185.199.111.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 44232 (43K) [text/plain]
Saving to: ‘ss’

ss                  100%[===================>]  43.20K  --.-KB/s    in 0s

2021-01-21 06:30:04 (534 MB/s) - ‘ss’ saved [44232/44232]

grep: /var/www/ss-config: No such file or directory

welcome to the magical world of ss where all your bash dreams come true

 _____________________________
< screw containers! excelsior >
 -----------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


SlickStack version: JAN2021B
Hostname (FQDN): blogwp
IP Address (IPv4): 209.50.57.96
IP Address (IPv6): fe80::989c:2fff:fe2f:3088

Welcome to SlickStack! It appears that your ss-config file has not been
setup yet. Please use the wizard to configure required options, or hit
Ctrl+C to cancel wizard and configure ss-config manually:  1

###########################################################################
#### SlickStack Interactive Setup Wizard (SS-Config) ######################
###########################################################################

Choose sudo username (for SSH): blogwp233

Choose sudo password (should be strong): 296a2b51681bb56e7cbbe3a0

Choose SSH port (avoid 22 if possible): 21357

Enable SSH keys (advanced users only): false

Choose SFTP username (limited access): blogwp233

Choose SFTP password (should be strong): e2e47da3a68344079a568c7e

Choose app (only wordpress supported currently): wordpress

Choose database name (single database): wordpress

Choose database user (non-root user): blogwpdb233

Choose database user password: 2f82c66f0094aff8279c8299

Choose database host (IP address): 127.0.0.1

Choose database table prefix: wp_blogwpwp

Choose site TLD (subdomains not allowed): blogwp.ovh

Choose site domain (subdirectories not allowed): blog2.blogwp.ovh

Enable site noindexing (block robots): false

Which SSL cert do you want to use: certbot

Choose Cloudflare API key (global key): d7d6h65bss2dx8068fh49hc91d5

Choose Cloudflare API email (account profile): [email protected]

Enable native staging site: false

Enable native dev site: false
## Please replace d7d6h65bss2dx8068fh49hc91d5 with your own CloudFlare API key
## Please replace [email protected] with your own CloudFlare API email
## This is not my real CloudFlare API key and CloudFlare API email

Press “Enter” and you will see

Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-perms-wordpress-core: Resets file and user permissions for WordPress (CMS) core files and folders...

It appears you have reinstalled wp-config within the last 60 minutes,
therefore ss-install-wordpress-config has exited without running.

Running ss-install-wordpress-mu-plugins: Reinstalls all the WordPress MU plugins for SlickStack servers (idempotent)...
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version (6.0-25ubuntu1).
zip is already the newest version (3.0-11build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mkdir: cannot create directory ‘/var/www/html/dev’: Not a directory
mkdir: cannot create directory ‘/var/www/html/staging’: Not a directory
Archive:  /tmp/custom-functions.zip
   creating: /tmp/custom-functions/
   creating: /tmp/custom-functions/file/
   creating: /tmp/custom-functions/notices/
  inflating: /tmp/custom-functions/readme.txt
   creating: /tmp/custom-functions/assets/
   creating: /tmp/custom-functions/admin/
   creating: /tmp/custom-functions/helpers/
  inflating: /tmp/custom-functions/config.php
  inflating: /tmp/custom-functions/custom-functions.php
   creating: /tmp/custom-functions/core/
  inflating: /tmp/custom-functions/file/ajax.php
  inflating: /tmp/custom-functions/file/code.php
  inflating: /tmp/custom-functions/notices/admin-notices-ms.php
  inflating: /tmp/custom-functions/notices/admin-notices.php
  inflating: /tmp/custom-functions/assets/admin.js
  inflating: /tmp/custom-functions/admin/admin.php
  inflating: /tmp/custom-functions/admin/display.php
  inflating: /tmp/custom-functions/helpers/registrar.php
  inflating: /tmp/custom-functions/helpers/loader.php
  inflating: /tmp/custom-functions/helpers/plugin.php
  inflating: /tmp/custom-functions/helpers/factory.php
  inflating: /tmp/custom-functions/helpers/runner.php
  inflating: /tmp/custom-functions/helpers/singleton.php
  inflating: /tmp/custom-functions/core/core.php
  inflating: /tmp/custom-functions/core/factory.php
Archive:  /tmp/disable-emails.zip
   creating: /tmp/disable-emails/
   creating: /tmp/disable-emails/includes/
   creating: /tmp/disable-emails/css/
   creating: /tmp/disable-emails/mu-plugin/
   creating: /tmp/disable-emails/js/
  inflating: /tmp/disable-emails/readme.md
  inflating: /tmp/disable-emails/disable-emails.php
  inflating: /tmp/disable-emails/readme.txt
   creating: /tmp/disable-emails/languages/
   creating: /tmp/disable-emails/views/
  inflating: /tmp/disable-emails/changelog.md
  inflating: /tmp/disable-emails/includes/class.Plugin.php
  inflating: /tmp/disable-emails/includes/class.Requires.php
  inflating: /tmp/disable-emails/includes/functions-global.php
  inflating: /tmp/disable-emails/includes/functions.php
  inflating: /tmp/disable-emails/includes/bootstrap.php
  inflating: /tmp/disable-emails/includes/class.PHPMailerMock.php
  inflating: /tmp/disable-emails/css/admin.css
  inflating: /tmp/disable-emails/mu-plugin/disable-emails-mu.php
  inflating: /tmp/disable-emails/js/settings.min.js
  inflating: /tmp/disable-emails/js/settings.js
  inflating: /tmp/disable-emails/languages/disable-emails-nn_NO.mo
  inflating: /tmp/disable-emails/languages/disable-emails-zh_CN.mo
  inflating: /tmp/disable-emails/languages/disable-emails-de_DE.mo
  inflating: /tmp/disable-emails/languages/disable-emails-cs_CZ.mo
  inflating: /tmp/disable-emails/languages/disable-emails-nb_NO.mo
  inflating: /tmp/disable-emails/views/requires-plugin-notice.php
  inflating: /tmp/disable-emails/views/indicator-notice.php
  inflating: /tmp/disable-emails/views/settings-form.php
  inflating: /tmp/disable-emails/views/requires-admin-notice.php
Archive:  /tmp/disable-default-runner.zip
   creating: /tmp/disable-default-runner/
  inflating: /tmp/disable-default-runner/disable-default-runner.php
  inflating: /tmp/disable-default-runner/README.md
  inflating: /tmp/disable-default-runner/license.txt
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/autoloader.php': Not a directory
cp: cannot stat '/var/www/html/dev/wp-content/mu-plugins/autoloader.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/custom-functions': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/xxx-common.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-emails': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-default-runner': Not a directory
cp: cannot stat '/var/www/html/dev/wp-content/object-cache.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/object-cache.php': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/functions.php': Not a directory
Archive:  /tmp/clear-caches.zip
   creating: /tmp/clear-caches/
   creating: /tmp/clear-caches/notices/
  inflating: /tmp/clear-caches/readme.txt
   creating: /tmp/clear-caches/drivers/
   creating: /tmp/clear-caches/assets/
  inflating: /tmp/clear-caches/clear-caches.php
   creating: /tmp/clear-caches/admin/
   creating: /tmp/clear-caches/helpers/
   creating: /tmp/clear-caches/libraries/
  inflating: /tmp/clear-caches/config.php
  inflating: /tmp/clear-caches/LICENSE
   creating: /tmp/clear-caches/core/
  inflating: /tmp/clear-caches/notices/admin-notices-ms.php
  inflating: /tmp/clear-caches/notices/admin-notices.php
  inflating: /tmp/clear-caches/notices/admin-notices-php.php
  inflating: /tmp/clear-caches/notices/boot-check-php.php
  inflating: /tmp/clear-caches/drivers/nginx.php
  inflating: /tmp/clear-caches/drivers/opcache.php
  inflating: /tmp/clear-caches/drivers/object-cache.php
   creating: /tmp/clear-caches/assets/lightboxed/
  inflating: /tmp/clear-caches/assets/admin.css
  inflating: /tmp/clear-caches/assets/submit.js
  inflating: /tmp/clear-caches/assets/submit.css
  inflating: /tmp/clear-caches/admin/admin.php
   creating: /tmp/clear-caches/admin/views/
  inflating: /tmp/clear-caches/admin/page.php
  inflating: /tmp/clear-caches/admin/toolbar.php
  inflating: /tmp/clear-caches/helpers/registrar.php
  inflating: /tmp/clear-caches/helpers/loader.php
  inflating: /tmp/clear-caches/helpers/context.php
  inflating: /tmp/clear-caches/helpers/plugin.php
  inflating: /tmp/clear-caches/helpers/factory.php
  inflating: /tmp/clear-caches/helpers/module.php
  inflating: /tmp/clear-caches/helpers/runner.php
  inflating: /tmp/clear-caches/helpers/singleton.php
  inflating: /tmp/clear-caches/helpers/boot.php
  inflating: /tmp/clear-caches/helpers/updater.php
  inflating: /tmp/clear-caches/libraries/wp-options.php
  inflating: /tmp/clear-caches/libraries/view-display.php
  inflating: /tmp/clear-caches/libraries/wp-wrapper.php
  inflating: /tmp/clear-caches/libraries/wp-ajax.php
  inflating: /tmp/clear-caches/core/ajax.php
  inflating: /tmp/clear-caches/core/core.php
  inflating: /tmp/clear-caches/core/factory.php
  inflating: /tmp/clear-caches/core/purge.php
  inflating: /tmp/clear-caches/core/data.php
  inflating: /tmp/clear-caches/assets/lightboxed/jquery.lightboxed.js
  inflating: /tmp/clear-caches/assets/lightboxed/jquery.lightboxed.min.js
  inflating: /tmp/clear-caches/assets/lightboxed/LICENSE
  inflating: /tmp/clear-caches/admin/views/nginx.php
  inflating: /tmp/clear-caches/admin/views/overview.php
  inflating: /tmp/clear-caches/admin/views/opcache.php
  inflating: /tmp/clear-caches/admin/views/object-cache.php
Archive:  /tmp/cloudflare.zip
   creating: /tmp/cloudflare/
  inflating: /tmp/cloudflare/admin-notices-ms.php
  inflating: /tmp/cloudflare/readme.txt
   creating: /tmp/cloudflare/assets/
   creating: /tmp/cloudflare/admin/
   creating: /tmp/cloudflare/helpers/
   creating: /tmp/cloudflare/libraries/
  inflating: /tmp/cloudflare/cloudflare.php
  inflating: /tmp/cloudflare/admin-notices.php
   creating: /tmp/cloudflare/core/
   creating: /tmp/cloudflare/api/
  inflating: /tmp/cloudflare/assets/admin.js
  inflating: /tmp/cloudflare/helpers/autoload.php
  inflating: /tmp/cloudflare/helpers/plugin.php
  inflating: /tmp/cloudflare/admin/admin.php
  inflating: /tmp/cloudflare/admin/submit.php
  inflating: /tmp/cloudflare/admin/settings.php
  inflating: /tmp/cloudflare/admin/toolbar.php
  inflating: /tmp/cloudflare/admin/dashboard.php
  inflating: /tmp/cloudflare/libraries/ip-range.php
  inflating: /tmp/cloudflare/libraries/options.php
  inflating: /tmp/cloudflare/libraries/ip-rewrite.php
  inflating: /tmp/cloudflare/core/cron.php
  inflating: /tmp/cloudflare/core/dns.php
  inflating: /tmp/cloudflare/core/core.php
  inflating: /tmp/cloudflare/core/data.php
  inflating: /tmp/cloudflare/api/cloudflare.php
Archive:  /tmp/dashboard-cleanup.zip
   creating: /tmp/dashboard-cleanup/
   creating: /tmp/dashboard-cleanup/notices/
  inflating: /tmp/dashboard-cleanup/readme.txt
   creating: /tmp/dashboard-cleanup/cleanup/
  inflating: /tmp/dashboard-cleanup/dashboard-cleanup.php
   creating: /tmp/dashboard-cleanup/helpers/
  inflating: /tmp/dashboard-cleanup/config.php
  inflating: /tmp/dashboard-cleanup/LICENSE
   creating: /tmp/dashboard-cleanup/core/
  inflating: /tmp/dashboard-cleanup/notices/admin-notices-ms.php
  inflating: /tmp/dashboard-cleanup/notices/admin-notices.php
  inflating: /tmp/dashboard-cleanup/notices/admin-notices-php.php
  inflating: /tmp/dashboard-cleanup/notices/boot-check-php.php
  inflating: /tmp/dashboard-cleanup/cleanup/elements.php
  inflating: /tmp/dashboard-cleanup/cleanup/woocommerce.php
  inflating: /tmp/dashboard-cleanup/cleanup/dashboard.php
  inflating: /tmp/dashboard-cleanup/core/core.php
  inflating: /tmp/dashboard-cleanup/core/factory.php
  inflating: /tmp/dashboard-cleanup/helpers/registrar.php
  inflating: /tmp/dashboard-cleanup/helpers/loader.php
  inflating: /tmp/dashboard-cleanup/helpers/context.php
  inflating: /tmp/dashboard-cleanup/helpers/plugin.php
  inflating: /tmp/dashboard-cleanup/helpers/factory.php
  inflating: /tmp/dashboard-cleanup/helpers/module.php
  inflating: /tmp/dashboard-cleanup/helpers/runner.php
  inflating: /tmp/dashboard-cleanup/helpers/singleton.php
  inflating: /tmp/dashboard-cleanup/helpers/boot.php
  inflating: /tmp/dashboard-cleanup/helpers/updater.php
Archive:  /tmp/delete-expired-transients.zip
   creating: /tmp/delete-expired-transients/
  inflating: /tmp/delete-expired-transients/admin-notices-ms.php
  inflating: /tmp/delete-expired-transients/readme.txt
   creating: /tmp/delete-expired-transients/helpers/
   creating: /tmp/delete-expired-transients/transients/
  inflating: /tmp/delete-expired-transients/admin-notices.php
  inflating: /tmp/delete-expired-transients/delete-expired-transients.php
   creating: /tmp/delete-expired-transients/core/
  inflating: /tmp/delete-expired-transients/helpers/loader.php
  inflating: /tmp/delete-expired-transients/helpers/plugin.php
  inflating: /tmp/delete-expired-transients/helpers/factory.php
  inflating: /tmp/delete-expired-transients/helpers/runner.php
  inflating: /tmp/delete-expired-transients/transients/cron.php
  inflating: /tmp/delete-expired-transients/transients/transients.php
  inflating: /tmp/delete-expired-transients/core/core.php
  inflating: /tmp/delete-expired-transients/core/factory.php
Archive:  /tmp/disable-attachment-pages.zip
   creating: /tmp/disable-attachment-pages/
   creating: /tmp/disable-attachment-pages/notices/
  inflating: /tmp/disable-attachment-pages/readme.txt
  inflating: /tmp/disable-attachment-pages/disable-attachment-pages.php
   creating: /tmp/disable-attachment-pages/helpers/
  inflating: /tmp/disable-attachment-pages/config.php
  inflating: /tmp/disable-attachment-pages/LICENSE
   creating: /tmp/disable-attachment-pages/core/
  inflating: /tmp/disable-attachment-pages/notices/admin-notices-ms.php
  inflating: /tmp/disable-attachment-pages/notices/admin-notices.php
  inflating: /tmp/disable-attachment-pages/notices/admin-notices-php.php
  inflating: /tmp/disable-attachment-pages/notices/boot-check-php.php
  inflating: /tmp/disable-attachment-pages/helpers/registrar.php
  inflating: /tmp/disable-attachment-pages/helpers/loader.php
  inflating: /tmp/disable-attachment-pages/helpers/context.php
  inflating: /tmp/disable-attachment-pages/helpers/plugin.php
  inflating: /tmp/disable-attachment-pages/helpers/factory.php
  inflating: /tmp/disable-attachment-pages/helpers/module.php
  inflating: /tmp/disable-attachment-pages/helpers/runner.php
  inflating: /tmp/disable-attachment-pages/helpers/singleton.php
  inflating: /tmp/disable-attachment-pages/helpers/boot.php
  inflating: /tmp/disable-attachment-pages/core/core.php
  inflating: /tmp/disable-attachment-pages/core/factory.php
  inflating: /tmp/disable-attachment-pages/core/attachments.php
Archive:  /tmp/disable-embeds.zip
   creating: /tmp/disable-embeds/
   creating: /tmp/disable-embeds/notices/
  inflating: /tmp/disable-embeds/readme.txt
  inflating: /tmp/disable-embeds/disable-embeds.php
   creating: /tmp/disable-embeds/helpers/
  inflating: /tmp/disable-embeds/config.php
  inflating: /tmp/disable-embeds/LICENSE
   creating: /tmp/disable-embeds/embeds/
   creating: /tmp/disable-embeds/core/
  inflating: /tmp/disable-embeds/notices/admin-notices-ms.php
  inflating: /tmp/disable-embeds/notices/admin-notices.php
  inflating: /tmp/disable-embeds/notices/admin-notices-php.php
  inflating: /tmp/disable-embeds/notices/boot-check-php.php
  inflating: /tmp/disable-embeds/helpers/registrar.php
  inflating: /tmp/disable-embeds/helpers/loader.php
  inflating: /tmp/disable-embeds/helpers/context.php
  inflating: /tmp/disable-embeds/helpers/plugin.php
  inflating: /tmp/disable-embeds/helpers/factory.php
  inflating: /tmp/disable-embeds/helpers/module.php
  inflating: /tmp/disable-embeds/helpers/runner.php
  inflating: /tmp/disable-embeds/helpers/singleton.php
  inflating: /tmp/disable-embeds/helpers/boot.php
  inflating: /tmp/disable-embeds/embeds/cleaner.php
  inflating: /tmp/disable-embeds/embeds/allowed.php
  inflating: /tmp/disable-embeds/embeds/hooks.php
  inflating: /tmp/disable-embeds/core/core.php
  inflating: /tmp/disable-embeds/core/factory.php
Archive:  /tmp/disable-emojis.zip
   creating: /tmp/disable-emojis/
  inflating: /tmp/disable-emojis/admin-notices-ms.php
  inflating: /tmp/disable-emojis/readme.txt
  inflating: /tmp/disable-emojis/index.php
   creating: /tmp/disable-emojis/helpers/
  inflating: /tmp/disable-emojis/disable-emojis.php
  inflating: /tmp/disable-emojis/admin-notices.php
   creating: /tmp/disable-emojis/emojis/
   creating: /tmp/disable-emojis/core/
  inflating: /tmp/disable-emojis/helpers/loader.php
  inflating: /tmp/disable-emojis/helpers/plugin.php
  inflating: /tmp/disable-emojis/helpers/factory.php
  inflating: /tmp/disable-emojis/helpers/runner.php
  inflating: /tmp/disable-emojis/emojis/emojis.php
  inflating: /tmp/disable-emojis/emojis/filters.php
  inflating: /tmp/disable-emojis/emojis/actions.php
  inflating: /tmp/disable-emojis/core/core.php
  inflating: /tmp/disable-emojis/core/factory.php
Archive:  /tmp/disable-empty-trash.zip
   creating: /tmp/disable-empty-trash/
  inflating: /tmp/disable-empty-trash/readme.txt
  inflating: /tmp/disable-empty-trash/disable-empty-trash.php
  inflating: /tmp/disable-empty-trash/index.php
Archive:  /tmp/disable-gutenberg.zip
   creating: /tmp/disable-gutenberg/
   creating: /tmp/disable-gutenberg/notices/
  inflating: /tmp/disable-gutenberg/readme.txt
   creating: /tmp/disable-gutenberg/gutenberg/
   creating: /tmp/disable-gutenberg/helpers/
  inflating: /tmp/disable-gutenberg/disable-gutenberg.php
  inflating: /tmp/disable-gutenberg/config.php
   creating: /tmp/disable-gutenberg/core/
  inflating: /tmp/disable-gutenberg/notices/admin-notices-ms.php
  inflating: /tmp/disable-gutenberg/notices/admin-notices.php
  inflating: /tmp/disable-gutenberg/notices/admin-notices-php.php
  inflating: /tmp/disable-gutenberg/notices/boot-check-php.php
  inflating: /tmp/disable-gutenberg/gutenberg/detector.php
  inflating: /tmp/disable-gutenberg/gutenberg/disabler.php
  inflating: /tmp/disable-gutenberg/gutenberg/styles.php
  inflating: /tmp/disable-gutenberg/helpers/registrar.php
  inflating: /tmp/disable-gutenberg/helpers/loader.php
  inflating: /tmp/disable-gutenberg/helpers/context.php
  inflating: /tmp/disable-gutenberg/helpers/plugin.php
  inflating: /tmp/disable-gutenberg/helpers/factory.php
  inflating: /tmp/disable-gutenberg/helpers/module.php
  inflating: /tmp/disable-gutenberg/helpers/runner.php
  inflating: /tmp/disable-gutenberg/helpers/singleton.php
  inflating: /tmp/disable-gutenberg/helpers/boot.php
  inflating: /tmp/disable-gutenberg/helpers/updater.php
  inflating: /tmp/disable-gutenberg/core/core.php
  inflating: /tmp/disable-gutenberg/core/factory.php
Archive:  /tmp/disable-image-compression.zip
   creating: /tmp/disable-image-compression/
  inflating: /tmp/disable-image-compression/readme.txt
  inflating: /tmp/disable-image-compression/disable-image-compression.php
  inflating: /tmp/disable-image-compression/index.php
  inflating: /tmp/disable-image-compression/admin-notices.php
Archive:  /tmp/disable-post-via-email.zip
   creating: /tmp/disable-post-via-email/
   creating: /tmp/disable-post-via-email/notices/
  inflating: /tmp/disable-post-via-email/disable-post-via-email.php
  inflating: /tmp/disable-post-via-email/readme.txt
   creating: /tmp/disable-post-via-email/helpers/
  inflating: /tmp/disable-post-via-email/config.php
   creating: /tmp/disable-post-via-email/core/
  inflating: /tmp/disable-post-via-email/notices/admin-notices-ms.php
  inflating: /tmp/disable-post-via-email/notices/admin-notices.php
  inflating: /tmp/disable-post-via-email/helpers/loader.php
  inflating: /tmp/disable-post-via-email/helpers/plugin.php
  inflating: /tmp/disable-post-via-email/helpers/runner.php
  inflating: /tmp/disable-post-via-email/core/core.php
Archive:  /tmp/disable-xml-rpc.zip
   creating: /tmp/disable-xml-rpc/
  inflating: /tmp/disable-xml-rpc/admin-notices-ms.php
  inflating: /tmp/disable-xml-rpc/readme.txt
  inflating: /tmp/disable-xml-rpc/index.php
  inflating: /tmp/disable-xml-rpc/admin-notices.php
  inflating: /tmp/disable-xml-rpc/disable-xml-rpc.php
Archive:  /tmp/force-https.zip
   creating: /tmp/force-https/
   creating: /tmp/force-https/notices/
  inflating: /tmp/force-https/readme.txt
  inflating: /tmp/force-https/force-https.php
   creating: /tmp/force-https/helpers/
  inflating: /tmp/force-https/config.php
   creating: /tmp/force-https/force/
   creating: /tmp/force-https/core/
  inflating: /tmp/force-https/notices/admin-notices-ms.php
  inflating: /tmp/force-https/notices/admin-notices.php
  inflating: /tmp/force-https/notices/admin-notices-php.php
  inflating: /tmp/force-https/notices/boot-check-php.php
  inflating: /tmp/force-https/helpers/registrar.php
  inflating: /tmp/force-https/helpers/loader.php
  inflating: /tmp/force-https/helpers/context.php
  inflating: /tmp/force-https/helpers/plugin.php
  inflating: /tmp/force-https/helpers/factory.php
  inflating: /tmp/force-https/helpers/module.php
  inflating: /tmp/force-https/helpers/runner.php
  inflating: /tmp/force-https/helpers/singleton.php
  inflating: /tmp/force-https/helpers/boot.php
  inflating: /tmp/force-https/helpers/updater.php
  inflating: /tmp/force-https/force/redirect.php
  inflating: /tmp/force-https/force/filters.php
  inflating: /tmp/force-https/force/checker.php
  inflating: /tmp/force-https/core/core.php
  inflating: /tmp/force-https/core/factory.php
Archive:  /tmp/force-strong-hashing.zip
   creating: /tmp/force-strong-hashing/
  inflating: /tmp/force-strong-hashing/admin-notices-ms.php
  inflating: /tmp/force-strong-hashing/readme.txt
   creating: /tmp/force-strong-hashing/includes/
  inflating: /tmp/force-strong-hashing/index.php
   creating: /tmp/force-strong-hashing/languages/
  inflating: /tmp/force-strong-hashing/force-strong-hashing.php
  inflating: /tmp/force-strong-hashing/admin-notices.php
  inflating: /tmp/force-strong-hashing/includes/functions.php
  inflating: /tmp/force-strong-hashing/languages/force-strong-hashing.pot
Archive:  /tmp/header-cleanup.zip
   creating: /tmp/header-cleanup/
  inflating: /tmp/header-cleanup/admin-notices-ms.php
  inflating: /tmp/header-cleanup/readme.txt
   creating: /tmp/header-cleanup/helpers/
  inflating: /tmp/header-cleanup/admin-notices.php
   creating: /tmp/header-cleanup/core/
  inflating: /tmp/header-cleanup/header-cleanup.php
  inflating: /tmp/header-cleanup/helpers/loader.php
  inflating: /tmp/header-cleanup/helpers/plugin.php
  inflating: /tmp/header-cleanup/helpers/runner.php
  inflating: /tmp/header-cleanup/core/core.php
  inflating: /tmp/header-cleanup/core/cleaner.php
Archive:  /tmp/limit-heartbeat.zip
   creating: /tmp/limit-heartbeat/
   creating: /tmp/limit-heartbeat/notices/
  inflating: /tmp/limit-heartbeat/readme.txt
  inflating: /tmp/limit-heartbeat/limit-heartbeat.php
   creating: /tmp/limit-heartbeat/helpers/
  inflating: /tmp/limit-heartbeat/config.php
   creating: /tmp/limit-heartbeat/heartbeat/
  inflating: /tmp/limit-heartbeat/LICENSE
   creating: /tmp/limit-heartbeat/core/
  inflating: /tmp/limit-heartbeat/notices/admin-notices-ms.php
  inflating: /tmp/limit-heartbeat/notices/admin-notices.php
  inflating: /tmp/limit-heartbeat/notices/admin-notices-php.php
  inflating: /tmp/limit-heartbeat/notices/boot-check-php.php
  inflating: /tmp/limit-heartbeat/helpers/registrar.php
  inflating: /tmp/limit-heartbeat/helpers/loader.php
  inflating: /tmp/limit-heartbeat/helpers/context.php
  inflating: /tmp/limit-heartbeat/helpers/plugin.php
  inflating: /tmp/limit-heartbeat/helpers/factory.php
  inflating: /tmp/limit-heartbeat/helpers/module.php
  inflating: /tmp/limit-heartbeat/helpers/runner.php
  inflating: /tmp/limit-heartbeat/helpers/singleton.php
  inflating: /tmp/limit-heartbeat/helpers/boot.php
  inflating: /tmp/limit-heartbeat/heartbeat/disabler.php
  inflating: /tmp/limit-heartbeat/heartbeat/setup.php
  inflating: /tmp/limit-heartbeat/core/core.php
  inflating: /tmp/limit-heartbeat/core/factory.php
Archive:  /tmp/minify-html.zip
   creating: /tmp/minify-html/
   creating: /tmp/minify-html/notices/
  inflating: /tmp/minify-html/readme.txt
   creating: /tmp/minify-html/helpers/
  inflating: /tmp/minify-html/minify-html.php
  inflating: /tmp/minify-html/config.php
   creating: /tmp/minify-html/html/
   creating: /tmp/minify-html/core/
  inflating: /tmp/minify-html/notices/admin-notices-ms.php
  inflating: /tmp/minify-html/notices/admin-notices.php
  inflating: /tmp/minify-html/helpers/registrar.php
  inflating: /tmp/minify-html/helpers/loader.php
  inflating: /tmp/minify-html/helpers/plugin.php
  inflating: /tmp/minify-html/helpers/factory.php
  inflating: /tmp/minify-html/helpers/runner.php
  inflating: /tmp/minify-html/helpers/singleton.php
  inflating: /tmp/minify-html/html/parser.php
  inflating: /tmp/minify-html/html/buffer.php
  inflating: /tmp/minify-html/core/options.php
  inflating: /tmp/minify-html/core/core.php
  inflating: /tmp/minify-html/core/factory.php
Archive:  /tmp/plugin-blacklist.zip
   creating: /tmp/plugin-blacklist/
  inflating: /tmp/plugin-blacklist/readme.txt
   creating: /tmp/plugin-blacklist/plugin/
   creating: /tmp/plugin-blacklist/admin/
   creating: /tmp/plugin-blacklist/helpers/
   creating: /tmp/plugin-blacklist/core/
  inflating: /tmp/plugin-blacklist/blacklist.txt
  inflating: /tmp/plugin-blacklist/plugin-blacklist.php
  inflating: /tmp/plugin-blacklist/plugin/disabler.php
  inflating: /tmp/plugin-blacklist/plugin/checker.php
  inflating: /tmp/plugin-blacklist/plugin/activation.php
  inflating: /tmp/plugin-blacklist/plugin/blacklist.php
  inflating: /tmp/plugin-blacklist/admin/notices.php
  inflating: /tmp/plugin-blacklist/helpers/loader.php
  inflating: /tmp/plugin-blacklist/helpers/plugin.php
  inflating: /tmp/plugin-blacklist/helpers/factory.php
  inflating: /tmp/plugin-blacklist/helpers/runner.php
  inflating: /tmp/plugin-blacklist/helpers/singleton.php
  inflating: /tmp/plugin-blacklist/core/cron.php
  inflating: /tmp/plugin-blacklist/core/core.php
  inflating: /tmp/plugin-blacklist/core/factory.php
Archive:  /tmp/sftp-details.zip
   creating: /tmp/sftp-details/
   creating: /tmp/sftp-details/notices/
  inflating: /tmp/sftp-details/readme.txt
  inflating: /tmp/sftp-details/sftp-details.php
   creating: /tmp/sftp-details/admin/
   creating: /tmp/sftp-details/helpers/
  inflating: /tmp/sftp-details/config.php
  inflating: /tmp/sftp-details/LICENSE
   creating: /tmp/sftp-details/core/
  inflating: /tmp/sftp-details/notices/admin-notices-ms.php
  inflating: /tmp/sftp-details/notices/admin-notices.php
  inflating: /tmp/sftp-details/admin/constants.php
  inflating: /tmp/sftp-details/admin/dashboard.php
  inflating: /tmp/sftp-details/helpers/registrar.php
  inflating: /tmp/sftp-details/helpers/loader.php
  inflating: /tmp/sftp-details/helpers/plugin.php
  inflating: /tmp/sftp-details/helpers/factory.php
  inflating: /tmp/sftp-details/helpers/module.php
  inflating: /tmp/sftp-details/helpers/runner.php
  inflating: /tmp/sftp-details/helpers/singleton.php
  inflating: /tmp/sftp-details/core/core.php
  inflating: /tmp/sftp-details/core/factory.php
Archive:  /tmp/virtual-robotstxt.zip
   creating: /tmp/virtual-robotstxt/
  inflating: /tmp/virtual-robotstxt/admin-notices-ms.php
  inflating: /tmp/virtual-robotstxt/readme.txt
   creating: /tmp/virtual-robotstxt/admin/
  inflating: /tmp/virtual-robotstxt/admin-notices.php
   creating: /tmp/virtual-robotstxt/core/
  inflating: /tmp/virtual-robotstxt/virtual-robotstxt.php
  inflating: /tmp/virtual-robotstxt/admin/admin.php
  inflating: /tmp/virtual-robotstxt/core/robots.php
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/clear-caches': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/cloudflare': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/dashboard-cleanup': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/delete-expired-transients': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-attachment-pages': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-embeds': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-emojis': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-empty-trash': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-gutenberg': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-image-compression': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-post-via-email': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/disable-xml-rpc': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/force-https': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/force-strong-hashing': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/header-cleanup': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/limit-heartbeat': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/minify-html': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/plugin-blacklist': Not a directory
cp: cannot stat '/var/www/html/staging/wp-content/mu-plugins/virtual-robotstxt': Not a directory
Running ss-perms-wordpress-mu-plugins: Resets file and user permissions for WordPress MU plugins files and folders...
Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-install-wordpress-cli: Reinstalls the entire WP-CLI module for SlickStack servers (idempotent)...
cp: not writing through dangling symlink '/var/www/meta/wp-cli.yml'
Running ss-perms-wordpress-cli: Resets all file and user permissions across the entire WP-CLI module...
Running ss-install-clamav: Reinstalls the entire ClamAV module for SlickStack servers (idempotent)...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  clamav-base clamav-freshclam libclamav9 libtfm1
Suggested packages:
  clamav-docs libclamunrar9
The following NEW packages will be installed:
  clamav clamav-base clamav-freshclam libclamav9 libtfm1
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,135 kB of archives.
After this operation, 3,919 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav-base all 0.102.4+dfsg-0ubuntu0.20.04.1 [70.2 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libtfm1 amd64 0.13-4 [57.0 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libclamav9 amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [792 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav-freshclam amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [92.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 clamav amd64 0.102.4+dfsg-0ubuntu0.20.04.1 [124 kB]
Fetched 1,135 kB in 1s (1,065 kB/s)
Preconfiguring packages ...
Selecting previously unselected package clamav-base.
(Reading database ... 111031 files and directories currently installed.)
Preparing to unpack .../clamav-base_0.102.4+dfsg-0ubuntu0.20.04.1_all.deb ...
Unpacking clamav-base (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package libtfm1:amd64.
Preparing to unpack .../libtfm1_0.13-4_amd64.deb ...
Unpacking libtfm1:amd64 (0.13-4) ...
Selecting previously unselected package libclamav9:amd64.
Preparing to unpack .../libclamav9_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking libclamav9:amd64 (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package clamav-freshclam.
Preparing to unpack .../clamav-freshclam_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking clamav-freshclam (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Selecting previously unselected package clamav.
Preparing to unpack .../clamav_0.102.4+dfsg-0ubuntu0.20.04.1_amd64.deb ...
Unpacking clamav (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Setting up libtfm1:amd64 (0.13-4) ...
Setting up libclamav9:amd64 (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Setting up clamav-base (0.102.4+dfsg-0ubuntu0.20.04.1) ...
id: ‘clamav’: no such user
Setting up clamav-freshclam (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/clamav-freshclam.service → /lib/systemd/system/clamav-freshclam.service.
Setting up clamav (0.102.4+dfsg-0ubuntu0.20.04.1) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
Running ss-perms-clamav: Resets all file and user permissions for the ClamAV module...
Running ss-install-ufw: Reinstalls the entire UFW firewall module for SlickStack servers (idempotent)...
Firewall stopped and disabled on system startup
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  ufw*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 846 kB disk space will be freed.
(Reading database ... 111108 files and directories currently installed.)
Removing ufw (0.36-6) ...
Skip stopping firewall: ufw (not enabled)
Processing triggers for man-db (2.9.1-1) ...
(Reading database ... 111017 files and directories currently installed.)
Purging configuration files for ufw (0.36-6) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  ufw
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 147 kB of archives.
After this operation, 846 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 ufw all 0.36-6 [147 kB]
Fetched 147 kB in 1s (245 kB/s)
Preconfiguring packages ...
Selecting previously unselected package ufw.
(Reading database ... 111012 files and directories currently installed.)
Preparing to unpack .../archives/ufw_0.36-6_all.deb ...
Unpacking ufw (0.36-6) ...
Setting up ufw (0.36-6) ...

Creating config file /etc/ufw/before.rules with new version

Creating config file /etc/ufw/before6.rules with new version

Creating config file /etc/ufw/after.rules with new version

Creating config file /etc/ufw/after6.rules with new version
Created symlink /etc/systemd/system/multi-user.target.wants/ufw.service → /lib/systemd/system/ufw.service.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Firewall stopped and disabled on system startup
Running ss-perms-ufw: Resets all file and user permissions across the entire UFW module...
Firewall is active and enabled on system startup
Running ss-reset-logs: Resets all SlickStack module log files to be NULL (empty) to clear history...
/var/www/ss-reset-logs: line 40: /var/www/logs/mysql*.log: ambiguous redirect
Running ss-perms: Resets all file and user permissions across the entire SlickStack server...
Running ss-perms-adminer: Resets all file and user permissions for the Adminer (phpMyAdmin) module...
Running ss-perms-clamav: Resets all file and user permissions for the ClamAV module...
Running ss-perms-mysql: Resets all file and user permissions across the entire MySQL module...
Running ss-perms-nginx: Resets all file and user permissions across the entire Nginx module...
Running ss-perms-nginx-config: Resets file and user permissions for Nginx module configuration files...
Running ss-perms-nginx-core: Resets file and user permissions for Nginx module core files and folders...
Running ss-perms-nginx-ssl: Resets all file and user permissions for SSL certs and related Nginx files...
Running ss-perms-php: Resets all file and user permissions across the entire PHP-FPM module...
Running ss-perms-postfix:
Running ss-perms-redis: Resets all file and user permissions across the entire Redis module...
Running ss-perms-ubuntu-bash: Resets file and user permissions for Bash run commands and related files...
chown: cannot dereference '/var/www/meta/wp-cli.yml': No such file or directory
chown: cannot access '/home/blogwp233/.wp-cli/config.yml': No such file or directory
chown: cannot access '/root/.wp-cli/config.yml': No such file or directory
chmod: cannot operate on dangling symlink '/var/www/meta/wp-cli.yml'
Running ss-perms-ubuntu-crontab: Resets file and user permissions for the root crontab and related files...
Running ss-perms-ubuntu-kernel: Resets all file and user permissions for the Ubuntu Linux kernel...
Running ss-perms-ubuntu-ssh: Resets all file and user permissions for the Ubuntu SSH daemon and keys...
Running ss-perms-ubuntu-users: Resets all file and user permissions for Ubuntu system users (sudo, SFTP, etc)...
addgroup: The group `wordpress' already exists.
The user `blogwp233' is already a member of `wordpress'.
The user `www-data' is already a member of `wordpress'.
The user `blogwp233' is already a member of `www-data'.
Running ss-perms-ubuntu-utils: Resets all file and user permissions for misc Ubuntu utility apps...
Running ss-perms-ufw: Resets all file and user permissions across the entire UFW module...
Running ss-perms-wordpress-core: Resets file and user permissions for WordPress (CMS) core files and folders...
Running ss-perms-wordpress-config: Resets file and user permissions for WordPress (CMS) configuration files...
Running ss-perms-wordpress-mu-plugins: Resets file and user permissions for WordPress MU plugins files and folders...
Running ss-perms-wordpress-cli: Resets all file and user permissions across the entire WP-CLI module...
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-purge: Clears all caches i.e. Nginx (FastCGI), PHP OPcache, Redis (object cache), etc...
Running ss-purge-opcache: Clears the PHP-FPM OPcache by deleting files under /var/www/cache/opcache/...
Running ss-purge-transients: Manually deletes all transients data from the WordPress wp_options table...
ERROR 1146 (42S02) at line 1: Table 'wordpress.wp_blogwpwpoptions' doesn't exist
Running ss-purge-redis: Clears the Redis server cache by way of the redis-cli flushall command...
OK
Running ss-purge-nginx: Clears the Nginx FastCGI cache by deleting files under /var/www/cache/nginx/...
Running ss-restart-services: Restarts all of the SlickStack LEMP module services (e.g. Ubuntu packages)...
Restarting clamav-freshclam (via systemctl): clamav-freshclam.service.
Restarting redis-server (via systemctl): redis-server.service.
Restarting php7.4-fpm (via systemctl): php7.4-fpm.service.
Restarting nginx (via systemctl): nginx.service.
Restarting mysql (via systemctl): mysql.service.
Reloading ufw configuration (via systemctl): ufw.service.
Restarting ufw (via systemctl): ufw.service.
Running ss-overview: Displays a brief overview of critical settings (domains, users, passwords, etc)...

###########################################################################
#### Congrats! Here are your current SlickStack settings: #################
###########################################################################

SlickStack build: JAN2021B
IPv4: 209.50.57.96
IPv6: fe80::989c:2fff:fe2f:3088
Site TLD: blogwp.ovh
Site domain: https://blog2.blogwp.ovh (live website URL)
Site noindex: false
Staging site: false
Staging site subdomain: true
Dev site: false
Dev site subdomain: true
Sudo user: blogwp233
Sudo password: 296a2b51681bb56e7cbbe3a0
SFTP user: blogwp233
SFTP password: e2e47da3a68344079a568c7e
SSH/SFTP port: 21357
SSH keys: false
DB name: wordpress
DB user: blogwpdb233
DB user password: 2f82c66f0094aff8279c8299
DB admin user (alt-root user for Adminer, etc): [email protected]
DB admin user password: fc75f990b6d53da6dafb2d75
DB host: 127.0.0.1
DB prefix: wp_blogwpwp
WP Multisite: false
WP Multisite subdomains: true
WP Multisite domain mapping: false
CloudFlare API key: d7d6h65bss2dx8068fh49hc91d5
CloudFlare API email: [email protected]
## Please replace d7d6h65bss2dx8068fh49hc91d5 with your own CloudFlare API key
## Please replace [email protected] with your own CloudFlare API email
## This is not my real CloudFlare API key and CloudFlare API email

Pro tip: Use the bash alias ss to save keystrokes on CLI commands!


SlickStack install complete! Please sudo reboot and ensure CloudFlare is
activated with [Full SSL] mode to avoid redirect loops. Cheers!

[email protected]:/tmp# cd
[email protected]:~# sudo reboot

2、Visit domain name https://blog2.blogwp.ovh/, if you see the following image


Then delete maintenance.html, it is located in the /html directory.


Visit domain name https://blog2.blogwp.ovh/ again, now you will go directly to the WordPress installation interface and set the Username and Password:


The next steps are the same as Method 1. Also has the same problem as Method 1.

Sources:
https://slickstack.io/install

Copied title and URL