John November 25, 2025 0

Prerequisites

  • This is a CasaOS exclusive guide1
  • You need to have WordPress installed2

How to change the ports

Go to the settings and change all the ports to 803

Restart the WordPress container

How to setup an external domain

Now go into file explorer and go to this path: /DATA/AppData/big-bear-wordpress/html/wp-config.php

Open wp-config.php

add just above /* That’s all, stop editing! Happy publishing. */

define(‘WP_HOME’, ‘https://yourdomain.com’);
define(‘WP_SITEURL’, ‘https://yourdomain.com’);

  1. To install CasaOS you may follow this guide. ↩︎
  2. To install WordPress you may go to the App Store and install WordPress (CasaOS exclusive) ↩︎
  3. See this image for help ↩︎

Category: 

Leave a Comment