Control Web Panel

WebPanel => Installation => Topic started by: its_me_rbk on June 25, 2025, 05:50:07 PM

Title: Which os to choose?
Post by: its_me_rbk on June 25, 2025, 05:50:07 PM
Hi,

I am going to set up a public web hosting using CWP. I want to decide which os i should choose. I don't want to update my os for the next 4 years. Should I go for AlmaLinux 8 now? Since EL9 is in beta stage right now, I am confused. I will use other apps too on the same server, so I am comfortable with AlmaLinux only.

Thanks for your reply in advance.
Title: Re: Which os to choose?
Post by: Starburst on June 25, 2025, 09:09:36 PM
CWP recommends AlmaLinux 8.x, problem with that is it's in it's 'Security Support" phase until May 2029.

AlmaLinux 9.x works fine with CWP, as long as you don't need PHP lower than 7.4.x and/or don't need the migration tool (that's still buggy)
Title: Re: Which os to choose?
Post by: overseer on June 25, 2025, 11:53:06 PM
I would (and do) start with AlmaLinux 8 -- fully supported, best experience -- no real caveats or gotchas. Then there is a clear path forward to upgrade to AlmaLinux 9 at any point in your 4 year window, as long as the security update phase is appropriate for your use case. (It is for mine!) CWP's EL9 support it in a workable beta state at this point and the bugs should be ironed out by the time you need to upgrade -- probably likewise into the security update phase of AlmaLinux 9!
Title: Re: Which os to choose?
Post by: its_me_rbk on June 26, 2025, 05:55:14 AM
So, if I start with AlmaLinux 8 by now, will I be able to update to AlmaLinux 9 when EL9 of CWP becomes stable without breaking anything?
Title: Re: Which os to choose?
Post by: overseer on June 26, 2025, 10:47:52 AM
But if you don't need CWP Migration nor PHP 5.6 legacy, then you could start with Alma 9, which would give you the longest window -- almost 7 years without having to worry about upgrades:
https://endoflife.date/almalinux (https://endoflife.date/almalinux)
Title: Re: Which os to choose?
Post by: its_me_rbk on June 26, 2025, 11:26:16 AM
Are there any bugs in features, other than the CWP Migration and PHP versions?
Title: Re: Which os to choose?
Post by: overseer on June 26, 2025, 02:42:50 PM
For EL9, this is an immediate must do:
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.
[/quote]
Title: Re: Which os to choose?
Post by: Martins-phpbb on June 26, 2025, 02:51:47 PM
Skip alma 8 jump right into alma 9  ;) then use MySQL version: 10.11.13-MariaDB
Title: Re: Which os to choose?
Post by: its_me_rbk on June 26, 2025, 02:54:53 PM
Thanks Guys, for your support. I'll set up CWP in AlmaLinux 9.