One Page Zen

Web Design. Simplified.

  • Tutorials
    • Google Cloud
    • Amazon Cloud
    • Microsoft Cloud
  • Start
  • Resources

How To Remove Bitnami Corner Banner From WordPress on Google Cloud Platform

November 14, 2020 Leron Amin 55 Comments

FacebookTweetLinkedInEmail

In this tutorial I will show you how to remove the Bitnami corner banner that appears on your WordPress site after installing WordPress on Google Cloud Platform.

Before getting started with this tutorial, you should’ve already installed WordPress on Google Cloud Platform.

To get started, follow along with the video above. If you get stuck, check below to see the steps listed individually with their commands.

There are 3 steps in this tutorial:

  • 1. Access your WordPress instance
  • 2. Enter command to disable banner
  • 3. Restart Apache

Beginner Method:

  • Use Custom CSS

1. Access your WordPress instance

google cloud mennu
Go to your Google Cloud homepage and click the hamburger menu in the upper left-hand corner.
ssl certificate for wordpress on google cloud go to compute engine then vm instances
Navigate to Compute Engine, then to VM instances to access your WordPress installation.
ssl certificate setup for wordpress on google cloud
From your Compute Engine dashboard, click on the SSH button to connect to your WordPress installation.

2. Enter command to disable banner

disable bitnami corner banner
In the SSH window that pops up, enter the command below to disable the Bitnami corner banner.
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1

3. Restart Apache

restart apache
Enter the command below to restart your Apache server.
sudo /opt/bitnami/ctlscript.sh restart apache

That’s it!

You will not longer see the Bitnami banner at the corner of your WordPress website.

Beginner Method

Use Custom CSS

If you would rather disable the banner using CSS, enter the following code in your WordPress custom CSS:

#bitnami-banner {display:none;}

Did this tutorial work for you?

Please leave your questions and comments below!

signature

Related Posts

  • How to Backup and Restore Websites on Google Cloud
  • Increase File Upload Size WordPress on Google Cloud
  • Setup and Install WordPress on Google Cloud (Bitnami)
  • Setup Custom Domain Email on Google Cloud Platform
  • SSL Certificate Setup for WordPress on Google Cloud (Bitnami)
  • Free SSL Certificate Setup for WordPress on Google Cloud (Click-to-Deploy)
FacebookTweetLinkedInEmail

Filed Under: GCP WordPress, Google Cloud Platform Tagged With: bitnami, bitnami corner banner, google cloud platform, wordpress

Comments

  1. Rohan says

    October 29, 2020 at 12:44 pm

    Thank You It helped me remove bitnami banner permanently.

    Reply
    • Leron Amin says

      October 30, 2020 at 10:33 am

      Thanks for the feedback Rohan – I’m happy to hear you were able to remove the banner!

  2. ranjan says

    October 21, 2020 at 5:19 am

    command to disable the banner: sudo /opt/bitnami/apache2/bnconfig –disable_banner 1

    Reply
  3. The 2nd Space says

    August 13, 2020 at 12:10 am

    Try One Command

    sudo /opt/bitnami/apps/wordpress/bnconfig.disabled –disable_b
    anner 1

    Reply
  4. Al says

    June 16, 2020 at 7:56 am

    Perfect, simple solution! Many thanks

    Reply
    • Leron Amin says

      June 17, 2020 at 9:44 pm

      Thanks for the feedback Al!

  5. Anthony says

    May 1, 2020 at 8:39 pm

    Suuuuuper helpful! Been searchin for DAYS

    Reply
    • Leron Amin says

      May 11, 2020 at 10:16 pm

      Glad to hear it – thanks for the feedback Anthony!

  6. Cristian Chacon says

    February 25, 2020 at 4:08 pm

    I have tried using the code but I keep getting this message.

    I have copied the code from the oficial bitnami documentation (and changed appname to worpress just like you have)

    sudo: /opt/bitnami/apps/wordpress/bnconfig: command not found

    Reply
    • Leron Amin says

      February 26, 2020 at 5:25 pm

      Hi Christian,

      Open your httpd-app.conf for editing by running the following command:

      sudo nano /opt/bitnami/apps/wordpress/conf/httpd-app.conf

      Once inside the file, locate the following line:

      Include "/opt/bitnami/apps/wordpress/conf/banner.conf"

      Next, comment out the line by adding a # symbol in front of it – as shown:

      #Include "/opt/bitnami/apps/wordpress/conf/banner.conf"

      Next, save and exit the file (CTRL+X then CTRL+Y), and restart your Apache server by running the following command:

      sudo /opt/bitnami/ctlscript.sh restart

      Let me know if you have any questions,
      Joe

    • Rollen Trainer says

      April 11, 2020 at 3:01 am

      Thanks for this guidance.

      Helped me as the comment was not found before as well.

    • Leron Amin says

      April 19, 2020 at 10:03 pm

      No problem – glad it helped!

    • Dapo says

      August 3, 2020 at 10:57 pm

      Thanks Joe. Your comment solved my problem.

    • Leron Amin says

      August 4, 2020 at 9:38 pm

      Glad to hear it Dapo – thanks for the feedback!

    • ron says

      August 5, 2020 at 4:53 am

      had the same problem thanks man it worked

    • Marshley says

      October 27, 2020 at 8:44 am

      I spent hours yesterday trying to figure this out. There have been many people with this problem and the Bitnami support pages explanations and fixes are not meant for beginners. I really appreciate how clearly you’ve explained these steps. Thank you!

  7. Andreas Grimm says

    January 21, 2020 at 12:10 pm

    Great. Thank you so much! I didn’t try the CSS way; the other worked perfectly.

    Reply
  8. Nickie Oakwood says

    November 11, 2019 at 4:24 pm

    css works still though

    Reply
  9. MR JAMES SULLIVAN says

    July 31, 2019 at 7:21 am

    Superb Instructions

    Went through Multisite and single site with no issues at all.

    Well done and Many thanks.

    Regards

    James

    Reply
    • Leron Amin says

      August 12, 2019 at 5:38 pm

      Thanks for the feedback James!

  10. Nakamoto says

    May 4, 2019 at 9:37 pm

    Dear Leron,

    I am quite newbie in this field. Thank you for your instruction.
    I did. But after that, my website does not work any more. I cannot connect to the site.
    Please give me a hint.

    Sincerely,

    Reply
    • Leron Amin says

      May 20, 2019 at 7:15 pm

      Hi Nakamoto – were you able to get your website running?

  11. Yuvraj Khavad says

    March 1, 2019 at 10:46 pm

    Working perfectly. Thanks for this best informative article.

    Reply
    • Leron Amin says

      March 2, 2019 at 4:26 pm

      Glad to hear it – thanks for the feedback Yuvraj!

  12. brent says

    February 7, 2019 at 8:19 pm

    Boom. Worked. Thanks.

    Reply
  13. Sam says

    January 4, 2019 at 2:10 am

    Very Useful!

    Reply
  14. Ryan says

    October 19, 2018 at 10:53 am

    Leron your tutorials are so very helpful. Thank you!!!

    Reply
    • Leron Amin says

      October 19, 2018 at 4:52 pm

      Thanks for the feedback Ryan! 🙂

  15. tarteel says

    October 6, 2018 at 12:44 pm

    sudo /opt/bitnami/ctlscript.sh restart apache
    tried this command but it always says httpd could not be started
    when i visit domain it says ***** .com refused to connect

    Reply
    • Leron Amin says

      October 8, 2018 at 2:33 pm

      Hi Tarteel,

      Try running the following command to get a better idea of the error location:

      sudo apachectl configtest

      Let me know if you have any questions,
      Joe

  16. Eric says

    October 2, 2018 at 10:25 pm

    Hey Leron,
    i have learned hosting on google cloud from your videos.
    thank you

    Reply
    • Leron Amin says

      October 5, 2018 at 2:51 pm

      Thanks for the feedback Eric!

      I am glad to hear the tutorials have helped you!

      Regards,
      Joe

  17. Arman says

    September 28, 2018 at 12:11 pm

    Thanks for sharing this post with us thanks a lot
    Arman

    Reply
    • Leron Amin says

      September 28, 2018 at 9:56 pm

      No problem Arman – I’m glad to hear you found it helpful!

  18. Umanath K says

    August 6, 2018 at 11:52 am

    Thanks

    Reply
    • Leron Amin says

      August 6, 2018 at 12:10 pm

      No problem! 🙂

  19. Kaibron says

    June 17, 2018 at 10:30 pm

    Hello,
    how to validate the change? Because when I press Enter, nothing happens and when I close the window, it tells me that the changes will not save

    Reply
    • Leron Amin says

      June 17, 2018 at 10:50 pm

      Hi Kaibron,

      You have to press CTRL + X, then Y, then press the Enter key.

      Let me know if you have any questions,
      Joe

  20. Gouse says

    April 21, 2018 at 1:24 am

    thank you very much, Hi sir How to replace Nginx Server instead of Apache Server, Is it Possible ?

    Reply
    • Leron Amin says

      April 21, 2018 at 4:40 pm

      Hi Gouse,

      There are a couple of pre-configured LEMP (Linux, Nginx, MySQL, PHP) stacks in the GCP cloud launcher library.
      You can learn about them here and here. I’d recommend the Bitnami LEMP stack (the second link) because they provide a very thorough documentation with all of their stacks.

      Please let me know if you have any questions,
      Joe

  21. Daniel Bermudez says

    February 7, 2018 at 10:37 pm

    Amigo déjeme felicitarlo yo no hablo Ingles pero he visto sus vídeos y me han sido de mucho ayuda de verdad muchas gracias.

    Reply
    • Leron Amin says

      February 8, 2018 at 1:12 pm

      Gracias por el comentario Daniel 😀

  22. Supriyo Mahato says

    January 31, 2018 at 7:48 am

    Helpful post indeed!!

    Reply
    • Leron Amin says

      January 31, 2018 at 1:05 pm

      Thanks Supriyo! 😀

  23. Saurabh Manchanda says

    August 20, 2017 at 10:19 am

    Thanks man, I appreciate it!!

    and relax, I’m not her for spam or promotion or anything.
    genuine thanks!!!

    Reply
    • Leron Amin says

      August 20, 2017 at 10:40 am

      Hi Saurabh,
      I’m glad the tutorial helped you! 😀
      Thanks,
      Joe

  24. eric says

    July 14, 2017 at 5:15 pm

    If you can make a tutorial on how to upload HTML/CSS Files with Images and a domain name link to it on GCP. That would be awesome!

    Reply
    • Leron Amin says

      July 19, 2017 at 12:25 pm

      Sounds good, Eric!
      I appreciate all of the great comments and tutorial suggestions!
      Best regards,
      Joe

  25. eric says

    July 14, 2017 at 5:12 pm

    I did the same with ghost cms and it work flawlessly. awesome bro.

    Reply
    • Leron Amin says

      July 19, 2017 at 12:01 pm

      Great to know!
      I think the tutorial should work across most (if not all) of Bitnami’s cloud stacks.
      Thanks,
      Joe

  26. Leron Amin says

    June 29, 2017 at 4:56 pm

    If you’re having any issues with this tutorial, leave a message and I will see how I can help!
    -Joe

    Reply
    • joe says

      January 25, 2018 at 12:27 pm

      I followed the tutorial exactly. Now when I try to log into the site the page is not recognized in the browser. Can you help?

    • Leron Amin says

      January 25, 2018 at 1:01 pm

      Hi Joe,
      Please describe exactly what page you see when you try to load your website.
      Does it show 500 error? Is it an Apache start page?
      Please provide more details and I will help you fix the problem. 🙂
      Thanks,
      Joe

    • joe says

      January 25, 2018 at 1:07 pm

      Yes, in google chrome I see a 500 error. In Safari, I see a blank white page. I set up a VM and a SSL for that site before then the auto-renewal stopped working so I All-in-one magrated the site to a new VM. Next I set up the Static IP and pointed the URL. Everything was up and running fine, however, woocommerce kept bringing up that the information page was not secure. So, I followed your tutorial again to set up the SSL and it now has done this.

    • Leron Amin says

      January 25, 2018 at 7:34 pm

      Hi Joe,

      The things you need to check are that your DNS records are configured properly, that the IP address of your virtual machine matches the IP assigned to the A record in your Cloud DNS, that your Apache server is running (try running the restart command), and that your bitnami.conf file is configured properly as well.

      Unfortunately, there is not easy way to diagnose 500 errors – you just have to do a bit of digging.

      Let me know if you have any questions.

Leave a Reply Cancel reply

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

Want Exclusive Tutorials?

Welcome to One Page Zen!

Through this blog I hope to introduce web developers to cloud computing!

author-bio

facebook-support-group kinsta-cloud-hosting

Want Exclusive Tutorials?


Contact | Sitemap | Legal | Privacy Policy | Affiliate Disclosure
      Copyright © 2017 - 2019 One Page Zen
Share this Article

Email sent!