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 - cbstudiomx

Pages: [1]
1
Updates / Re: Why not implement TLS 1.3 support per default
« on: July 29, 2024, 11:40:20 AM »
There is a simple way to enable this, along with HTTP/2.0 & ALPN:

https://www.mysterydata.com/how-to-enable-tls-1-3-in-apache-on-cwp-control-web-panel-centos-7-centos-8-el7-el8/

New destination of this recommendation is https://www.alphagnu.com/topic/47-how-to-enable-tls-13-in-cwp-nginx-reverse-proxy/

But... it is not so simple if you use apache / nginx /varnish

So, have someone a fresh idea how to implement TLS 1.3 in 2024?

2
Backup / Re: Restore backup
« on: July 13, 2024, 12:48:30 AM »
I'm back with good news. I managed to restore an account on a newly configured server.

The procedure involves the creation on the new server of the same user account name for which you made a backup. Then upload the username.tar.gz file to the new server in the /newbackup/full/manual/accounts/ area

Now from the CWP panel go to the Newbackup (beta) section > Restore backup tab

Tick ​​the default location and choose Frequency: Manual, Backup: Full, User Accounts: yours and click the Restore Now button

Depending on how big your backup is, you can wait a few minutes.

Domains, emails, databases and others are successfully restored!

The Restore Backup option in the Newbackup section (beta) works!

3
Backup / Re: Restore backup
« on: July 12, 2024, 10:28:50 PM »
Personally, I have migrated / moved / restored many times, the server, accounts or websites on a CWP. However, I always preferred to do everything by hand.

You made me want to test the Newbackup (Beta) option, because theoretically it makes a total backup, and practically it has the possibility of restoring that backup. In addition, see for yourself that no one in the community confirms this procedure.

So far, the total backup I downloaded via FTP (logged in as user) to the local PC is ok. I chose backup per user account with all options checked. Run manually not with automatic execution (daily, weekly or monthly).

In this regard, due to specific connection configurations (SSH with key) I was forced to move the backup file to /home/username/ to be able to download it locally (with changing permissions from root to user using the chown command).

The file is loaded in the /newbackup/ folder or in the restoration process you choose another folder depending on how you uploaded it to the new server (FTP or SSH). Pay attention to the backup file, it needs root permissions, not user permissions.

So before running the restore on the new server,
Code: [Select]
chown root:root /newbackup/username.tar.gz if you worked non-root like I did.

I migrate the VPS from Centos 7 to Almalinux 8, and because I work on the same server, I decided to backup it, then wipe the OS and reinstall Almalinux 8, then install CWP (of course PRO) and then to restore the backup.

I'm back with news about running the procedure to restore an account backup in CWP.

PS: I'm not gullible, I also manually backed up websites, databases, emails and other custom settings from the server. I'm not worried about reconfiguring the Webserver, but just in case the automatic restore fails, I have plan B, manual restore (as I'm used to).

4
CentOS-WebPanel GUI / Re: Login issues with CWP
« on: November 02, 2023, 11:41:15 AM »
deleting and creating a new user worked for me.

For me was enogh just to create a new user.
Then I try to log in with the old user, and everyting was ok!
I delete the new user and Centos Web Panel for users works fine!

Pages: [1]