Removing Bitnami Logo

As a short add-on to my WordPress on AWS article – Link

This article will cover removing the Bitnami logo from your site. For those of you that have used the above article to host a WordPress site on AWS you would have noticed that the site now contains a Bitnami logo on the bottom right hand side of the page.

Although everyone is grateful to Bitnami for providing such an easy to use offering, most people don’t want to display their logo on their page. Here is how to remove it.

Login to your server console using SSH as displayed in the first article. once logged in use the following commands:

sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1

Note: Replace APPNAME with the actual name or directory location of your application. If you don’t now this use the cd command to change the directory to the /opt/bitnami/apps and use ls to view the content of the directory aka. the appname directory.

lastly, you’ll need to restart your web server services for Apache and NGINX.

sudo /opt/bitnami/ctlscript.sh restart apache
sudo /opt/bitnami/ctlscript.sh restart nginx

Now simply refresh your website and it should be logo free.

You May Also Like

About the Author: Phil

Leave a Reply

Your email address will not be published. Required fields are marked *