Issue new script Salt #1366

Closed
opened 2026-02-05 00:30:29 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Pouch11 on GitHub (Jul 29, 2025).

Have you read and understood the above guidelines?

yes

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

Salt

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/salt.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.

After installation impossible to open the web interface

Default interface should be 3000 but is 25 instead

Salt LXC Container
🌐 Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE

🖥️   OS: Debian GNU/Linux - Version: 12
🏠   Hostname: salt
💡   IP Address: 192.168.4.213

root@salt:~# netstat -an | grep LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4506 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4505 0.0.0.0:* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN

🔄 Steps to reproduce the issue.

Just run the script and wait for the LXC to be deployed

Paste the full error output (if available).

No error

🖼️ Additional context (optional).

No response

Originally created by @Pouch11 on GitHub (Jul 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Salt ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/salt.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. After installation impossible to open the web interface **Default interface should be 3000 but is 25 instead** Salt LXC Container 🌐 Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE 🖥️ OS: Debian GNU/Linux - Version: 12 🏠 Hostname: salt 💡 IP Address: 192.168.4.213 root@salt:~# netstat -an | grep LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:4506 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:4505 0.0.0.0:* LISTEN tcp6 0 0 ::1:25 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN ### 🔄 Steps to reproduce the issue. Just run the script and wait for the LXC to be deployed ### ❌ Paste the full error output (if available). No error ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:30:29 +03:00
Author
Owner

@tremor021 commented on GitHub (Jul 29, 2025):

Its error on website, and no its not 25, its 4505/4506

@tremor021 commented on GitHub (Jul 29, 2025): Its error on website, and no its not 25, its 4505/4506
Author
Owner

@Pouch11 commented on GitHub (Jul 29, 2025):

thanks for your answer, yes my bad 4505/4506
nothing is loading from this two ports. I got only this from the web interface "ÿ�������"

Looking here https://community-scripts.github.io/ProxmoxVE/scripts?id=salt

Location of config file
/opt/salt/.env

There is no .env file at this location

Thanks for your help

@Pouch11 commented on GitHub (Jul 29, 2025): thanks for your answer, yes my bad 4505/4506 nothing is loading from this two ports. I got only this from the web interface "ÿ�������" Looking here https://community-scripts.github.io/ProxmoxVE/scripts?id=salt Location of config file /opt/salt/.env There is no .env file at this location Thanks for your help
Author
Owner

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

Salt doesnt have an webui

@MickLesk commented on GitHub (Jul 29, 2025): Salt doesnt have an webui
Author
Owner

@Pouch11 commented on GitHub (Jul 29, 2025):

ok thanks for the info, I was mislead from some old documentation on an unofficial website. I will double check next time

@Pouch11 commented on GitHub (Jul 29, 2025): ok thanks for the info, I was mislead from some old documentation on an unofficial website. I will double check next time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1366