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.
706
Information / Re: Is it 6 month or Annually License?
« on: February 21, 2024, 09:37:50 PM »CWP Pro licenses are annual; I have never had a problem with them billing. When you cancel a product you can choose to do so immediately or at the end of the time period.
@overseer, CWPpro can be Monthly, Quarterly, Semi-Annual, or Annual.
Now the Reseller license is only monthly.
707
Information / Re: Is it 6 month or Annually License?
« on: February 21, 2024, 09:36:22 PM »So.. it means - we cannot change IP address..
Need to subscribe new license even though our license still has a few month balance?
You can change the IP at anytime via CWP's Client Area.
Under your active services, when you click on it to view, at the bottom you will see an editable field that have your servers base IPv4 listed.
Just change it there, and save.
708
Information / Re: Is it 6 month or Annually License?
« on: February 21, 2024, 04:22:40 PM »
The forums can't help you with billing.
You will need to submit a Billing Ticket from the Client Area.
I know when you login you can cancel products.
Sounds like you need to cancel the one you don't want.
You will need to submit a Billing Ticket from the Client Area.
I know when you login you can cancel products.
Sounds like you need to cancel the one you don't want.
709
Installation / Re: Installation problem when trying to access repo https://espejito.fder.edu.uy
« on: February 21, 2024, 04:20:13 PM »
That MariaDB might be having problems.
I can't reach it here from the US, and that server isn't on the MariaBD mirror list either.
Which is why you might need to configure it to another location in the mariadb.repo manually.
Looks like the nearest Official MariaDB mirror is in Chile.
Try the below data in your mariadb.repo:
https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux+8&v=10.4&r_m=insacom
I can't reach it here from the US, and that server isn't on the MariaBD mirror list either.
Which is why you might need to configure it to another location in the mariadb.repo manually.
Looks like the nearest Official MariaDB mirror is in Chile.
Try the below data in your mariadb.repo:
https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux+8&v=10.4&r_m=insacom
710
Updates / Re: Automatic YUM Updates?
« on: February 21, 2024, 06:44:42 AM »
@overseer, Thanks You for the little updater script.
I changed it a little for AL 8.
We also use a 3rd party Kernel, which is updated manually for obvious reasons.
What are your thoughts?
--
As root, create this script:
nano /etc/cron.daily/dnf
(Code:)
#!/bin/sh
# Dandified YUM (DNF) Updater
/usr/bin/dnf update --security --exclude=kernel* -y
--
chmod 755 /etc/cron.daily/dnf
ls -l /etc/cron.daily/
I changed it a little for AL 8.
We also use a 3rd party Kernel, which is updated manually for obvious reasons.
What are your thoughts?
--
As root, create this script:
nano /etc/cron.daily/dnf
(Code:)
#!/bin/sh
# Dandified YUM (DNF) Updater
/usr/bin/dnf update --security --exclude=kernel* -y
--
chmod 755 /etc/cron.daily/dnf
ls -l /etc/cron.daily/
711
Apache / Re: [JOOMLA and Wordpress] Problem with Session after Migration from cPanel
« on: February 21, 2024, 06:16:19 AM »
How did you migrate from cPanel to CWP?
The best & recommended way is to do a backup on cPanel, and the Restore it on CWP.
Under User Accounts -> cPanel Account Restore -> Account Import
Make sure you have the hosting package setup already to the same that you have on the cPanel server.
The best & recommended way is to do a backup on cPanel, and the Restore it on CWP.
Under User Accounts -> cPanel Account Restore -> Account Import
Make sure you have the hosting package setup already to the same that you have on the cPanel server.
712
Migration from other control panels / Re: CWP To CWP (TOKEN API Contact support)
« on: February 21, 2024, 06:03:39 AM »
You need TCP/2304 listed in your TCP_IN & TCP_OUT in CSF.
Or as @overseer suggested, just temporarily disable the firewall on both servers.
Or as @overseer suggested, just temporarily disable the firewall on both servers.
713
Installation / Re: Installation problem when trying to access repo https://espejito.fder.edu.uy
« on: February 21, 2024, 05:59:57 AM »
CentOS 7 repos are starting to shutdown due to EOL.
MariaBD shutdown their CentOS 7 repos awhile ago.
Goto you /etc/yum.repos.d/mariadb.repo, and replace everything in it with RHEL 7 from below:
https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux+7&v=10.4
Just select the nearest mirror to you, and save.
Run yum clean all, the yum update.
But you should start planning on migrating over to AlmaLinux 8
MariaBD shutdown their CentOS 7 repos awhile ago.
Goto you /etc/yum.repos.d/mariadb.repo, and replace everything in it with RHEL 7 from below:
https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux+7&v=10.4
Just select the nearest mirror to you, and save.
Run yum clean all, the yum update.
But you should start planning on migrating over to AlmaLinux 8
714
Installation / Re: clone server
« on: February 19, 2024, 08:54:08 PM »
Yea, the old settings can hide in numerous locations, postfix config, amavisd, etc.
Which again is why a clean install is always good.
Which again is why a clean install is always good.
715
Installation / Re: clone server
« on: February 19, 2024, 12:45:55 PM »
CWP should read your systems network config & hostname when you reboot.
Just confirm the settings under CWP Settings -> Edit Settings
And under Server Settings -> Change Hostname to create a new SSL for the server.
But clean installs are always best to stop gremlins from popping up.
Just confirm the settings under CWP Settings -> Edit Settings
And under Server Settings -> Change Hostname to create a new SSL for the server.
But clean installs are always best to stop gremlins from popping up.
716
PHP / Re: CWP falling behind with PHP. Again.
« on: February 19, 2024, 12:40:36 PM »
As of 0.9.8.1175 & 2024-02-19
And we are now 2 PHP versions behind. Again.
And we are now 2 PHP versions behind. Again.
717
CentOS 8 Problems / Re: NodeJS issue
« on: February 17, 2024, 06:44:42 PM »
Then the only thing I could suggest is to open a support ticket directly with CWP, and let them login and take a look.
718
CentOS 7 Problems / Re: Centos 7 End of life 2024
« on: February 17, 2024, 01:14:40 PM »
Yup. At midnight on 2024-06-30 all CentOS 7 system will cease to function.
To avoid this, you will need to power them down before midnight, and when you turn them on in the morning, make sure to manually change the date.
[Yes, this was sarcasm/joke, like the Y2K bug was].
You have a couple options like @overseer mentioned.
ELevate to AlmaLinux 8 or extended support from TuxCare for CentOS 7.
With the far far away EOL for AlmaLinux 8, I personally think CWP is going to leapfrog 9.
But time will tell.
To avoid this, you will need to power them down before midnight, and when you turn them on in the morning, make sure to manually change the date.
[Yes, this was sarcasm/joke, like the Y2K bug was].
You have a couple options like @overseer mentioned.
ELevate to AlmaLinux 8 or extended support from TuxCare for CentOS 7.
With the far far away EOL for AlmaLinux 8, I personally think CWP is going to leapfrog 9.
But time will tell.
719
CentOS 8 Problems / Re: NodeJS issue
« on: February 16, 2024, 11:00:58 PM »
Currently AlmaLinux 8.x is the recommended OS for CWP currently.
Like with many things, the website needs to be updated.
Like with many things, the website needs to be updated.
720
CentOS-WebPanel Bugs / Re: IP Manager
« on: February 16, 2024, 10:58:49 PM »
IP Manager has been, and still is in beta.
At this point I wish they would just kinda remove it.
I think it use to use ifconfig, which now has been replaced by ip (e.g. ip addr), so I think it's completely broken at this point.
Best way to add IP's in AlmaLinux 8 is using nmtui.
Quick & easy, add, save, reboot, done.
At this point I wish they would just kinda remove it.
I think it use to use ifconfig, which now has been replaced by ip (e.g. ip addr), so I think it's completely broken at this point.
Best way to add IP's in AlmaLinux 8 is using nmtui.
Quick & easy, add, save, reboot, done.