Network ports

By default, Buddy self-hosted uses these ports:

  • HTTPS: 443
  • HTTP: 80
  • SSH: 22

You can view and change these ports at any time through the CLI or the user interface (UI).

Changing ports through the UI

Follow these steps to edit or view network ports using the UI:

  1. Sign in to your Buddy self-hosted instance as admin.
  2. Go to the Self-hosted Admin panel and switch to the Network tab.
  3. Scroll down to the Network Interface section.
  4. Update the ports to desired values.
  5. Click Save changes and restart Buddy to apply the changes.

Network portsNetwork ports

Changing ports through the CLI

Follow these steps to edit or view network ports using the CLI:

  1. Sign in to the machine where Buddy self-hosted is installed.
  2. Run this command to stop the app:

    buddy stop$
  3. Run this command to edit the configuration:

    buddy configure$
  4. Select this option: 4.IP & ports.
  5. Type U and hit Enter to skip IP configuration. Press Enter to skip any option you don't want to change.
  6. Update ports to desired values.
  7. When prompted, restart Buddy to apply the changes.
Last update:
Sep 24, 2024