Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 6Sense

Pages: [1] 2 3 ... 10
1
Information / Re: CWP 1.8 is out, and has options for PHP 8.4 & 8.5
« on: August 12, 2026, 09:55:26 PM »
Do I get steak knives with that? You two are sounding like an infomercial now.

2
Information / Re: CWP 1.8 is out, and has options for PHP 8.4 & 8.5
« on: August 12, 2026, 09:16:02 AM »
I think it's fair for someone to suggest another panel given the list of needs and wants above.

It has never been in the DNA of CWP to provide that level of documentation and service and if that is hugely important to you there is only 1 panel you're ever going to get that from. CWP comes with some gold & some challenges, it has always required some admin skills to keep it honest but is also super easy on the bank balance.

3
Information / Re: CWP 1.8 is out, and has options for PHP 8.4 & 8.5
« on: August 11, 2026, 01:35:12 PM »
Installed PHP 8.5 on PHP FPM without issue  :)

When try to install 8.5 on PHP Version Switcher it says Missing dependecies found: zlib (which is installed so maybe something pointing incorrectly?)

4
CentOS-WebPanel Bugs / Re: BUG: Subdomain creation not possible
« on: August 03, 2026, 10:06:01 PM »
I've just tested for you on my Alma8, CWP 1.7 & a new subdomain was created without an issue using CWP UI. I used the below details and it created the subdomain + the folder for me.

Add SubDomain:  newsub
Folderpath: /public_html/newsub

I didnt tick the AutoSSL box though as for that to work I'd need to add a DNS record for the 'newsub' subdomain. I deleted it just as easy.

 

5
Updates / Re: CWP Cannot be Installed in Alma 8 - Devel repo Issue
« on: August 03, 2026, 11:47:50 AM »
I just installed PHP 8.3.33 on PHP FPM Selector & PHP Version Switcher & encountered no issues on Alma 8, CWP 1.7

6
If you're still experiencing the spinner & the JS 404 issue use the below to resolve (don't ignore the periods)

Code: [Select]
cd /usr/local/cwpsrv/htdocs/admin/design/
chattr -i .
mkdir charts

# use your prefered method to copy both the following folders & contents to the new charts folder you created /usr/local/cwpsrv/htdocs/admin/design/plugins/charts/sparkline & /usr/local/cwpsrv/htdocs/admin/design/plugins/charts/sparklines (I simply used  the CWP File Manager copy option)

chattr +i .

Others inserted a symlink to resolve

7
Yup update 1.6 in place & can report all working as expected.

Love the new File Manager BTW, is going to make my work much quicker  ;D

8
Not that this helps much but it may rule out the updates as the issue for you. I just added Node,js 24.18.1 successfully. Then updated app to this version & saved. All worked & I did not receive any errors.

Am on Alma 8 with CWPpro version: 1.4 (or whatever it's supposed to be now)

9
I posted earlier on another post but this should get you around the 404 error that affects the modsec module UI by copying the JS UI components it wants to where its looking for them. At least until it's patched.

Code: [Select]
cd /usr/local/cwpsrv/htdocs/admin/design/
chattr -i .
mkdir charts

# use your prefered method to copy the following folders & contents to the new charts folder you created /usr/local/cwpsrv/htdocs/admin/design/plugins/charts/sparkline & /usr/local/cwpsrv/htdocs/admin/design/plugins/charts/sparklines (I simply used  the CWP File Manager copy option)

chattr +i .

Refresh the browser and all done.

I can't find a work around for the misbehaving Yum page as it's called by an API & I can't see past it. Desipte this dnf update in terminal still works fine for me (Alma 8 here).

/cheer @Netino for showing the way

10
Updates / Re: Alma 9 / 1.3 Update
« on: July 29, 2026, 03:28:26 AM »
Cheers @Netino you're a god send, again!

For short term relief I made a directory named charts inside /usr/local/cwpsrv/htdocs/admin/design/ (gotta remove immutable attribute first). Copied the 2 directories it wants (sparkline & sparklines, they are just JS UI component files so nothing scary) to the new charts directory & made it immutable again.

Misbehaving UI components eg: ModSec now display correctly in panel. It's probably going to be overwritten with next update but hopefully the next update has this corrected anyhow.


11
Updates / Re: cwp service failed
« on: July 28, 2026, 05:37:47 AM »
Thanks @Netino got a shock this morning too

12
I'll offer a different perspective as it's not like they're football teams & you're supposed to go with one or the other. I run CWP & CPanel servers & both have their own pros & cons. CWP is fantastic cost wise, simple to use & does most things well, I actually prefer the node.js setup but maintenance can be very hands on. CPanel is more stable, practically maintenance free & feature rich but comes with a much heftier price tag, is more complex to use & is always trying to sell you other subscriptions.

I'm led by what the client wants, if price is the most important factor they get CWP hosting or if they want full featured and are prepared to pay more they get CPanel hosting.


13
Updates / Re: CWP7 Version 1.2
« on: July 27, 2026, 12:52:56 PM »
Ooo I like the the sound of anything with security updates in it (spent this evening tuning my CSF as scanner bots are getting more than annoying these days) & I can do happy faces again...

 :) ;D :D



14
Changing SSH port is imperative IMO.

Just be aware that the gsocket exploit bypasses the firewall entirely (doesn't matter what ports you block) so this is not an effective measure against it. Was glad to see multiple CWP version upgrades in quick succession to help keep us safe.

15
Updates / Re: Did 0.9.8.1239 remove extra DB users?
« on: July 02, 2026, 02:38:01 AM »
Mmm can confirm strange happening with this update.

No SQL user problems for me but it did make some sort of change. I use certs instead of user/password to access SFTP & all my logins were denied this morning. I had to allow password auth and then match users with IPs to secure as a work around.


Pages: [1] 2 3 ... 10