I tried the command admpass.sh but it seems that is not in the folder /usr/local/lsws/admin/misc/
microvax
Run this command
sudo apt-get install --reinstall openlitespeed
Note: I am using version 11.0.4 of Enhance control panel on this server
docker exec -it openlitespeed /usr/local/lsws/admin/misc/admpass.sh
cPFence Is it possible that the URL for port 7080 could stop working all of a sudden? I am also trying to access url using with the https://IP:7080 using curl from the command line but it doesn't work
I am curious to know which OLS Persistence Settings people are actually applying to benefit them in .. and whatway?
slimx
Mainly for tuning on high-end servers or enabling features like showing the real client IP (Use Client IP in Header). Some also take advantage of the built-in security options such as throttling, reCAPTCHA, and related controls.
@cPFence Thanks! you helped me to solve this issue https://community.enhance.com/d/3086-how-to-make-changes-to-the-openlitespeed-configuration
Do you have any suggestions for improving the default factory settings of Enhance control panel?
Glad you found it useful. You can check out these tips https://community.enhance.com/d/2345-setting-up-your-enhance-server-read-these-20-practical-tips-first
Check if the port is open:
sudo ufw status | grep 7080
If it’s not listed, allow it with:
sudo ufw allow 7080/tcp
cPFence I tried the suggested commands but the URL https://IP:7080 is still not working However, it still surprises me that it stopped working all of a sudden. By the way, wouldn't it be better to use a Cloudflare tunnel?
microvax By the way, wouldn't it be better to use a Cloudflare tunnel?
Yes, or even a local tunnel, either option works fine depending on your setup.
Restarting the openlitespeed container (docker restart openlitespeed) seems to have fixed this. So I’m left wondering if the configuration I made days ago is still insufficient for the load my server is currently receiving.
cPFence
The script doesn't seem to work in v12.
Are you planning on adjusting it?
franco
We haven’t had a chance to test it after the v12 release. Some people say it works, while others report issues. We’re currently busy with major updates in cPFence, but hopefully we’ll get some time soon to test and debug it with version 12.
What will happen with the OLS setup I made if I upgrade Enhance server to version 12?