[GH-ISSUE #129] [Bug]: Unraid - Can't change port from default #72

Closed
opened 2026-05-06 12:25:28 +02:00 by BreizhHardware · 11 comments

Originally created by @lildevilx on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/129

Originally assigned to: @maziggy on GitHub.

Bug Description

From the unraid app install, the default port of 8000 cannot be change even if the webUI port field has been changed to something else. I suspect maybe that got hard coded by accident?

Expected Behavior

changing the webUI port to anything else, IE 1111, you'd expect IP:1111 would open up the web interface, but it only works with IP:8000

Steps to Reproduce

  1. install bambuddy from the unraid apps
  2. set the port to something other than 1111
  3. install the app
  4. launch the app
  5. port is still stuck on 8000

Printer Model

X1 Carbon

Bambuddy Version

2026.01.21

Printer Firmware Version

Installation Method

Other

Operating System

Linux (Other)

Relevant Logs / Support Package


Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
Originally created by @lildevilx on GitHub (Jan 22, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/129 Originally assigned to: @maziggy on GitHub. ### Bug Description From the unraid app install, the default port of 8000 cannot be change even if the webUI port field has been changed to something else. I suspect maybe that got hard coded by accident? ### Expected Behavior changing the webUI port to anything else, IE 1111, you'd expect IP:1111 would open up the web interface, but it only works with IP:8000 ### Steps to Reproduce 1. install bambuddy from the unraid apps 2. set the port to something other than 1111 3. install the app 4. launch the app 5. port is still stuck on 8000 ### Printer Model X1 Carbon ### Bambuddy Version 2026.01.21 ### Printer Firmware Version * ### Installation Method Other ### Operating System Linux (Other) ### Relevant Logs / Support Package ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode
BreizhHardware 2026-05-06 12:25:28 +02:00
Author
Owner

@maziggy commented on GitHub (Jan 22, 2026):

Are you using systemd or how do you start the app?

<!-- gh-comment-id:3784095674 --> @maziggy commented on GitHub (Jan 22, 2026): Are you using systemd or how do you start the app?
Author
Owner

@lildevilx commented on GitHub (Jan 22, 2026):

This is started from the docker menu inside unraid

Image
<!-- gh-comment-id:3784376917 --> @lildevilx commented on GitHub (Jan 22, 2026): This is started from the docker menu inside unraid <img width="815" height="291" alt="Image" src="https://github.com/user-attachments/assets/cb2123d6-cf92-47e9-bb09-c700b9382c63" />
Author
Owner

@maziggy commented on GitHub (Jan 22, 2026):

I don't know Unraid at all, but for Docker based installations you can change the port via environment variable.

https://wiki.bambuddy.cool/getting-started/docker/?h=port#custom-port

<!-- gh-comment-id:3784391254 --> @maziggy commented on GitHub (Jan 22, 2026): I don't know Unraid at all, but for Docker based installations you can change the port via environment variable. https://wiki.bambuddy.cool/getting-started/docker/?h=port#custom-port
Author
Owner

@devzwf commented on GitHub (Jan 22, 2026):

Hi @maziggy ,
thanks for the wonderful app.
I made the template for unraid , let me check and report back

<!-- gh-comment-id:3784632935 --> @devzwf commented on GitHub (Jan 22, 2026): Hi @maziggy , thanks for the wonderful app. I made the template for unraid , let me check and report back
Author
Owner

@lildevilx commented on GitHub (Jan 22, 2026):

O woops, my apologizes, for some reason I thought it was from the same author.

@devzwf Thanks for looking into it! :)

<!-- gh-comment-id:3784642189 --> @lildevilx commented on GitHub (Jan 22, 2026): O woops, my apologizes, for some reason I thought it was from the same author. @devzwf Thanks for looking into it! :)
Author
Owner

@devzwf commented on GitHub (Jan 22, 2026):

i have made a change to the template and push it to unraid....

change the port in unraid as follow and it should all good :

Image

Also. for authoring , it is clearly mention : like all my template :

Image
<!-- gh-comment-id:3784674948 --> @devzwf commented on GitHub (Jan 22, 2026): i have made a change to the template and push it to unraid.... change the port in unraid as follow and it should all good : <img width="1004" height="647" alt="Image" src="https://github.com/user-attachments/assets/9cc9b329-4056-48ef-b6f2-3b1067635b99" /> Also. for authoring , it is clearly mention : like all my template : <img width="668" height="176" alt="Image" src="https://github.com/user-attachments/assets/acd87c08-3600-406c-9b68-22424f1db8ad" />
Author
Owner

@devzwf commented on GitHub (Jan 22, 2026):

let me know

INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit)
<!-- gh-comment-id:3784702012 --> @devzwf commented on GitHub (Jan 22, 2026): let me know ``` INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit) ```
Author
Owner

@lildevilx commented on GitHub (Jan 22, 2026):

Thanks!

Just bad at reading with the maintainer thing....

I've checked and it hasn't given me any update for the template yet. I'll check again in a few hours and report back.

Thank you!

<!-- gh-comment-id:3784771950 --> @lildevilx commented on GitHub (Jan 22, 2026): Thanks! Just bad at reading with the maintainer thing.... I've checked and it hasn't given me any update for the template yet. I'll check again in a few hours and report back. Thank you!
Author
Owner

@devzwf commented on GitHub (Jan 22, 2026):

Just update the port directly in unraid UI
right click => Edit => then edit the port as shown in the picture then save
template is update every 60m i think

<!-- gh-comment-id:3784802097 --> @devzwf commented on GitHub (Jan 22, 2026): Just update the port directly in unraid UI right click => Edit => then edit the port as shown in the picture then save template is update every 60m i think
Author
Owner

@lildevilx commented on GitHub (Jan 22, 2026):

Ah sweet, just added the port directly and it seemed to have worked!
when you click launch "webUI" from the right click menu, it still points to the default port, just had to manually go to the correct port.

Thank you :)

<!-- gh-comment-id:3785137411 --> @lildevilx commented on GitHub (Jan 22, 2026): Ah sweet, just added the port directly and it seemed to have worked! when you click launch "webUI" from the right click menu, it still points to the default port, just had to manually go to the correct port. Thank you :)
Author
Owner

@devzwf commented on GitHub (Jan 22, 2026):

Ah sweet, just added the port directly and it seemed to have worked! when you click launch "webUI" from the right click menu, it still points to the default port, just had to manually go to the correct port.

Thank you :)

Yes , because the container run in host mode , you must change the http://[IP]:[PORT:8000]. to http://[IP]:[PORT:<your_new_port>]

<!-- gh-comment-id:3785159213 --> @devzwf commented on GitHub (Jan 22, 2026): > Ah sweet, just added the port directly and it seemed to have worked! when you click launch "webUI" from the right click menu, it still points to the default port, just had to manually go to the correct port. > > Thank you :) Yes , because the container run in host mode , you must change the `http://[IP]:[PORT:8000]`. to `http://[IP]:[PORT:<your_new_port>]`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#72
No description provided.