Recent Posts

Pages: [1] 2 3 ... 10
1
CentOS-WebPanel GUI / Re: Bug in GUI for New Backup (beta)
« Last post by adrianofnatal on May 30, 2026, 01:49:24 PM »
Im still facing problems with backup using SFTP.

2026-05-30 05:18:46 connection SFTP successful
2026-05-30 05:18:46 Put file from /home/tmp_bak/.backup_temp/userdir/backupfile.tar.gz TO backups/server/full/daily/Saturday/accounts/backupfile.tar.gz
2026-05-30 05:18:48 Failed to upload SFTP "/home/tmp_bak/.backup_temp/userdir/backupfile.tar.gz" to backups/server/full/daily/Saturday/accounts/backupfile.tar.gz: SCP failed (exit=1): Warning: Permanently added 'backup.host' (ECDSA) to the list of known hosts.^M
scp: backups/server/full/daily/Saturday/accounts/backupfile.tar.gz: No such file or directory

Do you still having problems with admin panel sftp scheduled backup?


2
Im still facing problems with backup using SFTP.

2026-05-30 05:18:46 connection SFTP successful
2026-05-30 05:18:46 Put file from /home/tmp_bak/.backup_temp/userdir/backupfile.tar.gz TO backups/server/full/daily/Saturday/accounts/backupfile.tar.gz
2026-05-30 05:18:48 Failed to upload SFTP "/home/tmp_bak/.backup_temp/userdir/backupfile.tar.gz" to backups/server/full/daily/Saturday/accounts/backupfile.tar.gz: SCP failed (exit=1): Warning: Permanently added 'backup.host' (ECDSA) to the list of known hosts.^M
scp: backups/server/full/daily/Saturday/accounts/backupfile.tar.gz: No such file or directory

Do you still having problems with admin panel sftp scheduled backup?


3
Create the back up in the user panel and it works. The admin panel option still does not work.
4
Other / Re: Using a domain name instead of an IP address...
« Last post by Starburst on May 28, 2026, 12:49:58 PM »
If the domain name is pointed to the base IP, then all you have to do is create an account, and select the shared IP under User Accounts.

You can force the SSL creation by going under Webserver Settings -> SSL Certificates.

Then you should be able to access https://sitename.com:2083

Note 2030 & 2031 are admin only ports.
But will respond to your IP or your hostname.

You can generate a SSL for your hostname, if it is pointing to the base IP by:
Server Settings -> Server Settings -> Change Hostname

(Not sure why they have it named that, but it's where the hostname SSL is created.)
5
When creating a cron job that includes a > redirection (for example > /dev/null 2>&1), the crontab module throws a JavaScript error and the table fails to render.
Key detail: this only happens in the client area (user panel). When the exact same cron is created directly from the admin area, it works perfectly. The cron syntax is identical in both cases.
The console shows:
Code: [Select]
Uncaught TypeError: Cannot read properties of undefined (reading 'length')
    at cronTable (?module=crontab:3340:16)
    at Object.complete (?module=crontab:3022:11)
    ...
    at createCron (?module=crontab:3016)

The redirection (> /dev/null 2>&1) is the standard way to suppress output and avoid cron emails, and the commands work fine via crontab -e over SSH. So this looks like a parsing issue in the client area frontend (cronTable) when handling commands containing >, rather than a problem with the cron itself. It also used to work correctly in older versions, so something seems to have regressed.
Questions:

Has anyone else hit this in the client area and found a workaround?
Could the CWP team look into why cronTable in the client area fails on commands containing > / 2>&1, while the admin area handles them fine?

6
SSL / Re: Recommended acme.sh cron for CWP AutoSSL renewals?
« Last post by kandalf on May 28, 2026, 07:50:22 AM »
In some of my servers I have exactly the same but in others I have only "bash /root/.acme.sh/acme.sh --cron --home /root/.acme.sh" this is automatically managed by cwp and I want to know which one is correct
7
We see that often with the forums -- it's universal worldwide problem, seems to be a php-fpm problem that is resolved when the CWP team notices and gives the server a kick. Oftentimes it shows as a gateway problem so the server & nginx is up, but PHP keeled over under load.
8
Updates / Re: CWP7: 0.9.8.1228
« Last post by ghoste on May 27, 2026, 03:02:12 PM »
since the changelog on the official website does not publish any information about the new updates, the version from 0.9.8.1226 to 0.9.8.1228 does not represent anything - except that it auto-incremented +1 :)))))))))) am I wrong at this point?
9
Seems it happened again. its weird. I need to use incognito then it works. Ive been clearing caches too but im pretty sure theres problem with the site, maybe coming from county such as Indonesia, Malaysia.

And forum also seems hard to load

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
10
SSL / Re: Recommended acme.sh cron for CWP AutoSSL renewals?
« Last post by Netino on May 26, 2026, 11:48:42 PM »
I'm using the following syntax in my scripts, and they're working::

Code: [Select]
# /root/.acme.sh/acme.sh    --home /root/.acme.sh/cwp_certs
  \___________________/            \_____________________/
            ^                                 ^
This is the program part       This is home directory part

The "bash" part is not necessary because the script "/root/.acme.sh/acme.sh" already has execute permission.

Regards,
Netino
Pages: [1] 2 3 ... 10