Everything posted by torettos
-
Web panels in 2024
Thank you Sandeep! I see 3 time CWP in your answer and thinks this is normal, is not bad panel i like it so much BUT have some things in last times: don't work the technical support - very slow answer and many time is not competent or fix one but stop work another; don't have updates and patches in last time (over a very long time interval); have a features that don't work currectrly like custom SSL (lost it or chage it with Let's encript), API (don't find it) and etc.; don't have information what happened after the rest 2 months to life end of CentOS 7 how will it continue; etc. Honest answer: good thing it's you because I would move to another panel a long time ago! Now i see many changes in another panel like DirectAdmin - yes i understand that is very complex, but if is stable ... one time that is ready you don't make changes, right?! The new design, with all features and the price with support i think is a nice choose ... or sPanel don't have many features but it's stable with very, very nice support and price. I ask everyone to share experiences, impressions or opinions, thanks!
-
Web panels in 2024
Hello Sandeep and all other users, many year I wasn't looking for web panel but with end of life on Cent OS 7 and very, vary bad payed support on CWP i start to research which web panel is better in 2024. and all yours experience and opinion will be helpful for me π Watching the features, support, price and ecc. i don't have many criteries i want stable web panel with good support and on normal price. The beter option for me is if it can optimize the sites (for fast loading for reason of SEO) and have no problems with SSL or E-mail. To the question: which is the best option for 2024 and why? Thank you in advance!
-
Update CWP RoundCube Mail Version 1.5.8 β Control Web Panel
I have the DOS protection on frequent requests return 403 ... but on normal RoundCube operations like delete and etc. it activates too often. Can i fix this just for the RoundCube or do I need to raise the request count for the entire server?
-
Install and Build PHP 8.3 in CWP - Control WEB Panel from Source
After installation and activation (on one of my accounts on the server) work very overload and i had slow respond ... π
-
Email delivery
Hello @Sandeep B., this "plugin" works? Do you recommend it be used? @leisegang any screenshoots? Thank you in advance to all!
-
CWP and Rspamd
Yes this is good question ... or better way to filtering incoming and outgoing e-mail?
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
Hello Navid, the cron work fine - tested from me and confirm this! Have only one problem if you make it daily and wΠ°nt to monitoring mail logs (for reason of SPAM and etc.) in this case is neccesere to remove this lines: truncate -s 0 /var/log/maillog truncate -s 0 /usr/local/cwpsrv/var/services/roundcube/logs/errors rm -rf /var/log/maillog-* Have a nice day!
-
CWP and Rspamd
Thank you Sandeep, Netino and Plamen K. ... i have same question like Plamen K. can you make it know witch is batter solution? thank you and from me!
-
CWP and Rspamd
Hello Sandeep, i have a sΠΎme questions for this "fast, free and open-source spam filtering system": Rspamd I fund this theme in CWP forum (from Netino) how to install and configurated with CWP ... the steps is actuals? Did you have experience and observation with this spam system? Do you recommend it? Thank you in advance and have a nice day!
-
Enable public key authentication and login with SSH keys without Password with PUTTY-PuttyGEN
Hello Sandeep, after the changes from this link: https://phoenixnap.com/kb/ssh-permission-denied-publickey the error message it's changed to: Authentication failed. Please make sure the username and SSH key are both correct and the corresponding file protocol has been enabled on the source server. (root@xxx.xxx.xxx.xxx: Permission denied (publickey,password). [rsync code 255]) I convert the "id_rsa" to *.pem but without results and still don't connected via SSH, any other idea? Thank you in advance!
-
Enable public key authentication and login with SSH keys without Password with PUTTY-PuttyGEN
Hello Sandeep, work fine for SSH connection via PuTTY but i have some problems with rsync connection from my Synology NAS device. With SSH key generated with PuTTYgen (without passphrase) don't pass verifying, but with server default key (from "id_rsa") pass verifying process, but after that on rsync connection return me this error: Why happened this and how to fix it? And why UsePAM must to be "no"? It's can to be from this? Thank you in advance and i expect your reply!
-
CWP and PageSpeed Module?
Thank you so much for your advice!
-
CWP and PageSpeed Module?
Hello Sandeep, i have a sΠΎme questions for this module: PageSpeed Module Has it been tested with CWP and if so, which module should be installed - Apache or Nginx (for Nginx & Varnish & Apache configuration)? Did you have experience and observation with this module? Do you recommend it? Thank you in advance and have a nice day!
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
Hello Sandeep, I report after dos2unix conversion of bash script everything works fine, without errors, warn or notice. You are awesome, thank you so much!
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
Thank you so much, i make it and after cron job we see it.
-
Postfix add Dedicated Static IP per user for mail sending out CWP Linux Ubuntu
Thank you!
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
OK after your comment i tried to leave in cron job and this is the result form this night: Any idea how to change it?
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
But after check on command line: ... the sessions is removed π Maybe if it's fixed "command not found" and will star to work without problems and will be possible to set cron job.
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
I try it: find /tmp/ -type f -name "sess_*" -exec rm -rf {} \; but the result is:
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
I finded the problem - was in Cron Job error ... thank you so much! One Π°Π½ΠΎΡΡ Π΅Ρ question for optimay the cleaning file (on my case). How i can to add this command: find /tmp -name "sess_*" -exec rm -f {} \; ... to the shell script file? I tryed directly but without results π
-
Postfix add Dedicated Static IP per user for mail sending out CWP Linux Ubuntu
Nice, thank you so much! P.S.: can to be make it one site (account) in CWP to use independent IP? Example: all server use 1.2.3.4 but only domainame.com use 1.2.3.5 ...
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
Hello Sandeep, i maked process automate with your example for cron job: 0 0 * * * /usr/bin/sh /root/clearlog.sh ... but e-mail notification return me this error: Why and how can i fix it?
-
Clean all log files and Free DISK Space in CWP β Control WebPanel
Thank you, Sandeep! P.S.: This remove is call it 2 times, it has to be like this or ... ?