[GH-ISSUE #5910] Habitica not accessible after installing via script #1257

Closed
opened 2026-02-26 12:48:16 +03:00 by kerem · 2 comments
Owner

Originally created by @Jbennett2-new on GitHub (Jul 10, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5910

Originally assigned to: @tremor021 on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Habitica

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/habitica.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The script completed successful - however I am unable to access the website via the expected port (e.g. http://LXC_IP:8080). I have run 'ss -tunl' and cannot see the service listening on port 8080.

🔄 Steps to reproduce the issue.

  1. Install LXC via script

Paste the full error output (if available).

root@habitica:/opt/habitica# ss -tunl
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:*
tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:27017 0.0.0.0:*
tcp LISTEN 0 4096 :22 :
tcp LISTEN 0 511 :3000 :
tcp LISTEN 0 100 [::1]:25 [::]:

tcp LISTEN 0 511 [::1]:5173 [::]:

🖼️ Additional context (optional).

No response

Originally created by @Jbennett2-new on GitHub (Jul 10, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5910 Originally assigned to: @tremor021 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Habitica ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/habitica.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The script completed successful - however I am unable to access the website via the expected port (e.g. http://LXC_IP:8080). I have run 'ss -tunl' and cannot see the service listening on port 8080. ### 🔄 Steps to reproduce the issue. 1. Install LXC via script ### ❌ Paste the full error output (if available). root@habitica:/opt/habitica# ss -tunl Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:* tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:* tcp LISTEN 0 128 127.0.0.1:27017 0.0.0.0:* tcp LISTEN 0 4096 *:22 *:* tcp LISTEN 0 511 *:3000 *:* tcp LISTEN 0 100 [::1]:25 [::]:* tcp LISTEN 0 511 [::1]:5173 [::]:* ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:48:16 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jul 10, 2025):

try http://<.yourIP.>:3000

if you get an error:

cd /opt/habitica

npm i
npm run postinstall
npm run client:build

and reboot the system after that

<!-- gh-comment-id:3056891522 --> @MickLesk commented on GitHub (Jul 10, 2025): try http://<.yourIP.>:3000 if you get an error: ```bash cd /opt/habitica npm i npm run postinstall npm run client:build ``` and reboot the system after that
Author
Owner

@Jbennett2-new commented on GitHub (Jul 10, 2025):

Perfect - Took steps you have outlined and it has worked perfectly on port 3000. Thank you :)

<!-- gh-comment-id:3057039239 --> @Jbennett2-new commented on GitHub (Jul 10, 2025): Perfect - Took steps you have outlined and it has worked perfectly on port 3000. Thank you :)
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/ProxmoxVE#1257
No description provided.