CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

How to remove the bitnami banner?

When you installed and configured a bitnami application, you can see a bitnami banner displayed at the bottom right corner of each page of the Application. When you click on bitnami banner, it will take you to the page where it provides information about the installed resources and useful links to the documentation.

bitnami Banner
bitnami Banner

But it is not required to show the bitnami banner to the users when they access your Application’s pages. To remove this banner, follow the below steps.

Step 1. Login into the server where you have installed the bitnami Application.

Step 2. bitnami provides a bitnami configuration tool to configure the bitnami application. You can find the file name bnconfig in the location where you have installed the Application. For example, on a Linux system; if you have installed the WordPress application, the location of bitnami configuration tool would be  /opt/bitnami/apps/wordpress/.

Type the below command at the shell prompt to disable the bitnami banner. Ensure you have the superuser privilege to run the below commands.

root:# sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1

Step 3. Now restart the Web server. You must have to restart the webserver to affect the configuration changes done. For example, if you are using an apache web server the command to restart the webserver looks like below:

root:# sudo /opt/bitnami/ctlscript.sh restart apache
Unmonitored apache
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd stopped
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd started at port 80
Monitored apache
root:#

Step 4. Now access your Application’s page and observe that the bitnami banner was removed from the pages.

We discuss more topics as we go.

Paul

How to remove the bitnami banner?

2 thoughts on “How to remove the bitnami banner?

    1. Hello,

      Are you seeing Bitnami’s index page, after the installation? There must be instructions, to remove the banner. Look at it. May be you can try with this, from the browser, to see the instructions;

      <<IP Address>>/bitnami/index.html

      Paul

Leave a Reply

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

Scroll to top