21
Migration from other control panels / Migration to...
« Last post by DragoCom on May 16, 2026, 06:47:25 PM »This is more of a migration to question then a migration from question. I have had it with CWP, lack of updates, no support for PHP 8.4/8.5, it's like pulling teeth to update mariabd and on and on and on.
I have found a GREAT panel and tried it on an old amd atlon cpu with 6gb ram and 100gb drive and it rocks. But I want to know if anyone has ever used it before I go switching, you know the whole 2 heads are better than one thing hehe.
If you HAVE used Panelica on your OWN vps/server I would like to hear from you and what you think/thought about it. It is like this, free forever but has higher levels. I tried it out, they gave me premium features for 14 days and I fell in love with it. Please, if you have tried or if you use it, let me know what you think vs cwp, vs cpanel, vs directadmin, vs aapanel and so on.
Thanks, much appreciate your input.
I have found a GREAT panel and tried it on an old amd atlon cpu with 6gb ram and 100gb drive and it rocks. But I want to know if anyone has ever used it before I go switching, you know the whole 2 heads are better than one thing hehe.
If you HAVE used Panelica on your OWN vps/server I would like to hear from you and what you think/thought about it. It is like this, free forever but has higher levels. I tried it out, they gave me premium features for 14 days and I fell in love with it. Please, if you have tried or if you use it, let me know what you think vs cwp, vs cpanel, vs directadmin, vs aapanel and so on.
Thanks, much appreciate your input.
22
E-Mail / Re: Postfix mysql error
« Last post by Dangerousdave26 on May 16, 2026, 05:51:20 PM »OK that looks like everything is fixed.
This final problem was a missing line of code in the /etc/dovecot/dovecot-mysql.conf file.
Those 2 lines missing are where this code was
#password=somepass
password=samesomepass
Once I deleted those 2 lines and added back in the missing code (found on one of my other CWP servers) it worked again.
This final problem was a missing line of code in the /etc/dovecot/dovecot-mysql.conf file.
Code: [Select]
#password_query = SELECT username as user, password, concat('/var/vmail/', maildir) as userdb_home, concat('maildir:/var/vmail/', maildir) as userdb_mail, 101 as userdb_uid, 12 as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1'
password_query = SELECT username as user, password, concat('/var/vmail/', maildir) as userdb_home, concat('maildir:/var/vmail/', maildir) as userdb_mail, uid as userdb_uid, gid as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1'
Those 2 lines missing are where this code was
#password=somepass
password=samesomepass
Once I deleted those 2 lines and added back in the missing code (found on one of my other CWP servers) it worked again.
23
CentOS-WebPanel Bugs / Re: BUG* backup_manager2 not connecting to ftp server
« Last post by adrianofnatal on May 16, 2026, 01:29:27 PM »Unfortunately, I haven’t been able to find a solution to the problem; since the CWP codes are encrypted with IonCube, I can’t see how they work. Only CWP Support can help us with this, but as far as I can tell, they aren’t currently working on developing the CWP panel. I’ve been using CWP Pro for many years, and unfortunately, they’re going to lose a lot of users this way!
I feel same thing.
CWP is awesome but has a lot of bugs and we don't get this resolved.
We use PRO here too.
Thanks!
24
New Modules / Re: [MODULE] NEW GIT DEPLOY MODULE FOR CWP
« Last post by stevendove on May 16, 2026, 01:13:30 PM »Hello If anyone need help deploying the module we have discovered a way to do it you have to modify the file called
/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html
like this
{% if ("scripts" in rmenu )or("addons_wp" in rmenu )or("addons_ps" in rmenu )or("addons_jl" in rmenu )or("addons_dp" in rmenu )or("siteprobuilder" in rmenu )or("mildredt_ai" in rmenu )or(swmenu==1) %}
<li class="searchmenu">
<a href="#"><i class="fa fa-bank"></i> <span class="nav-label">{{langene.ADDONS}}</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
{% if ("scripts" in rmenu )or(swmenu==1) %}
<li class="search"><a href="?module=addons">{{langene.ADDSCRIPTS}}</a></li>
<li class="search"><a href="?module=addons&acc=installed">{{langene.ADDEFMBTNON}}</a></li>
{% endif %}
{% if ("siteprobuilder" in rmenu )or(swmenu==1) %}
<li class="search"><a href="?module=siteprobuilder">Site.pro Website Builder</a></li>
{% endif %}
<li class="search"><a href="?module=mildredt_ai">Mildredt AI Builder</a></li>
</ul>
</li>
this is only for the left side menu
Feel free to contact us ate IsnHosting.net
Happy Hacking
/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html
like this
{% if ("scripts" in rmenu )or("addons_wp" in rmenu )or("addons_ps" in rmenu )or("addons_jl" in rmenu )or("addons_dp" in rmenu )or("siteprobuilder" in rmenu )or("mildredt_ai" in rmenu )or(swmenu==1) %}
<li class="searchmenu">
<a href="#"><i class="fa fa-bank"></i> <span class="nav-label">{{langene.ADDONS}}</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
{% if ("scripts" in rmenu )or(swmenu==1) %}
<li class="search"><a href="?module=addons">{{langene.ADDSCRIPTS}}</a></li>
<li class="search"><a href="?module=addons&acc=installed">{{langene.ADDEFMBTNON}}</a></li>
{% endif %}
{% if ("siteprobuilder" in rmenu )or(swmenu==1) %}
<li class="search"><a href="?module=siteprobuilder">Site.pro Website Builder</a></li>
{% endif %}
<li class="search"><a href="?module=mildredt_ai">Mildredt AI Builder</a></li>
</ul>
</li>
this is only for the left side menu
Feel free to contact us ate IsnHosting.net
Happy Hacking
25
E-Mail / Re: Postfix mysql error
« Last post by overseer on May 16, 2026, 12:45:36 PM »Sounds like you know your server well and are on the right track to resolving this, one turn after another. Sometimes involving outside support introduces new issues or backtracks on the resolution process, as you are discovering! No one knows your server better than you do, so sometimes its best to just muddle through to the final solution.
(But best practice is to take a full snapshot before a major change that can break things... then you can just roll back if things go awry.)
(But best practice is to take a full snapshot before a major change that can break things... then you can just roll back if things go awry.)
26
CentOS-WebPanel Bugs / Re: BUG* backup_manager2 not connecting to ftp server
« Last post by overseer on May 16, 2026, 12:42:46 PM »? Jose just talked about releasing an update possibly this weekend that resolves the new backup issues.
27
CentOS-WebPanel Bugs / Re: BUG* backup_manager2 not connecting to ftp server
« Last post by apartamenti on May 16, 2026, 08:31:24 AM »Unfortunately, I haven’t been able to find a solution to the problem; since the CWP codes are encrypted with IonCube, I can’t see how they work. Only CWP Support can help us with this, but as far as I can tell, they aren’t currently working on developing the CWP panel. I’ve been using CWP Pro for many years, and unfortunately, they’re going to lose a lot of users this way!
28
CentOS-WebPanel GUI / Re: Bug in GUI for New Backup (beta)
« Last post by adrianofnatal on May 15, 2026, 06:56:51 PM »As above alma8 and 9 is having the same issue on ftp backup.
None of options worked. FTP, S3, nothing.
Just local file works, but is not my case.
This need attention quickly!
29
CentOS-WebPanel GUI / Re: Bug in GUI for New Backup (beta)
« Last post by Martins-phpbb on May 15, 2026, 06:30:04 PM »As above alma8 and 9 is having the same issue on ftp backup.
30
CentOS-WebPanel Bugs / Re: BUG* backup_manager2 not connecting to ftp server
« Last post by adrianofnatal on May 15, 2026, 05:03:33 PM »I have this bug too.
Nothing yet. Do you solved?
Nothing yet. Do you solved?
Recent Posts