Habitica not accessible after installing via script #1256

Closed
opened 2026-02-04 23:58:28 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Jbennett2-new on GitHub (Jul 10, 2025).

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). 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_
OVERLORD added the bug label 2026-02-04 23:58:28 +03:00
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

@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 :)

@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1256