Bootstrap Framework 3.3.6

Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more...

If you need help, post your question here.
To relieve the developers a bit, other user can help here too.
By Brandon
#7031
Hello,

I have used the auto install on my server and I was able to get the bot to join but the web page that is listed will not work.

Any ideas?
User avatar
By Crypto90
Posts Custom Custom Avatar
#7032
Which operating system are you using on your server?
CenotOS for example has IpTables firewall running by default and you need to open the TCP port for the webinterface.

Example command to open TCP port 8080:
Code: Select all
iptables -A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
The Webinstaller starts with 8081.
User avatar
By Crypto90
Posts Custom Custom Avatar
#7034
In your case connect to your centos server with SSH and use the following command:
Code: Select all
iptables -A INPUT -p tcp -m tcp --dport 8081 -j ACCEPT
User avatar
By Crypto90
Posts Custom Custom Avatar
#7036
In CentOS 7 you can also use the two commands:
Code: Select all
firewall-cmd --permanent --add-port=8081/tcp
firewall-cmd --reload
After that your webinterface should be accessable.
By Brandon
#7037
So you do these commands in order?:

iptables -A INPUT -p tcp -m tcp --dport 8081 -j ACCEPT
firewall-cmd --permanent --add-port=8081/tcp
firewall-cmd --reload
User avatar
By Crypto90
Posts Custom Custom Avatar
#7038
The first command alone and the second and third command does basically the same.
Code: Select all
iptables -A INPUT -p tcp -m tcp --dport 8081 -j ACCEPT
Just opens the port, if you reboot your server the port is closed again.
Code: Select all
firewall-cmd --permanent --add-port=8081/tcp
firewall-cmd --reload
Does open the port too and also save it permanently, so after a server reboot the port is still open.

Use one of the both solutions, for the second case, use them in the order.
By Brandon
#7039
Ok, because these say error when I do them:

firewall-cmd --permanent --add-port=8081/tcp
firewall-cmd --reload

Should I restart the box or should it work?
User avatar
By Crypto90
Posts Custom Custom Avatar
#7040
What kind of error?
There should not be any error, can you send me your error?
You don't need to reboot your server.
Cover

alternative wäre wie gesagt, die cover selber[…]

Frage zu einem 2ten Bot

Es wird ein 2. Discord Token dafür benö[…]

Getestet auf Ubuntu 24.04 / Tested on Ubuntu 24.[…]

update stopped

ich kann machen was ich will, das tmp verzeichniss[…]

Swap-in out addons, use only what you really need!