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.
1606
FTP / FTP Server Error: (Error in "MLSD" command While Connecting FTP to Server)
« on: December 22, 2013, 11:02:25 PM »
This are instructions for ProFTPd, CWP dose not use ProFTPd anymore
FTP Server Error: (Error in "MLSD" command While Connecting FTP to Server)
example:
This is CSF firewall blocking passive ports and you need to whitelist your ip or change some settings
You need to add passive ports in yours ProFTPd config: /etc/proftpd.conf
in CWP go to Security --> CSF Firewall ==> Firewall Configuration
Under TCP_IN at end of the line add port range for FTP passive ports like: ,30000:35000
example of allowed tcp passive ports from: 30000:35000
now restart CSF firewall and you are ready to go.
More detailed info from CSF website
http://www.configserver.com/techfaq/faqlist.php?catid=6&faqid=67
FTP Server Error: (Error in "MLSD" command While Connecting FTP to Server)
example:
Code: [Select]
Command: PASV
Response: 227 Entering Passive Mode (SERVER_IP,235,240).
Command: MLSD
This is CSF firewall blocking passive ports and you need to whitelist your ip or change some settings
You need to add passive ports in yours ProFTPd config: /etc/proftpd.conf
Code: [Select]
PassivePorts 30000 35000in CWP go to Security --> CSF Firewall ==> Firewall Configuration
Under TCP_IN at end of the line add port range for FTP passive ports like: ,30000:35000
example of allowed tcp passive ports from: 30000:35000
Code: [Select]
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2030,30000:35000"now restart CSF firewall and you are ready to go.
More detailed info from CSF website
http://www.configserver.com/techfaq/faqlist.php?catid=6&faqid=67
1607
CentOS-WebPanel GUI / Re: What are login details for web panel?
« on: December 22, 2013, 07:11:00 PM »
for now there is only admin interface, it will be added in some newer versions when we remove all bugs.
1608
FTP / ProFTPd can not login to FTP account
« on: December 21, 2013, 02:43:17 PM »
ProFTPd is no longer part of the CWP
If you can not login to your ProFTPd server and the server is started then you need to change/comment this option in proftpd config.
This is how this need's to look in config file: /etc/proftpd.conf
Now restart ProFTPd in CWP and test login to your user account.
If you can not login to your ProFTPd server and the server is started then you need to change/comment this option in proftpd config.
This is how this need's to look in config file: /etc/proftpd.conf
Code: [Select]
# Use pam to authenticate (default) and be authoritative
#AuthPAMConfig proftpd
#AuthOrder mod_auth_pam.c* mod_auth_unix.cNow restart ProFTPd in CWP and test login to your user account.
1609
Information / How to transfer website from cPanel server to CWP
« on: December 19, 2013, 11:32:55 PM »
How to transfer website from cPanel server to CWP (CentOS Web Panel server)?
First and most important install CWP by following this instructions:
http://centos-webpanel.com/installation
Configuration of WebPanel
- Setup nameservers (CWP *- > DNS Functions -*> Edit Nameservers IPs)
- Setup shared ip (CWP --> WebPanel Settings - -> WebPanel Settings)
- Setup at least one hosting package (CWP --> Accounts --> Add a Package)
- Setup root email (CWP --> WebPanel Settings - -> WebPanel Settings)
How to Setup NameServers?
You can setup your own nameserver but then you need to have at least two IPs or you can use FreeDNS:
You can use one of the Free DNS server providers like:
http://freedns.centos-webpanel.com/
http://freedns.afraid.org/
When you register on Free DNS providers site there you will get Nameservers that you can use for yours domains.
Nameservers you need to add in: CWP - > DNS Functions -> Edit Nameservers IPs
* This nameservers you enter here will be used in all configs and account setups
If you are using FreeDNS service than you will need to point yours domain to nameservers that you get on FreeDNS website.
On FreeDNS Website you need to point domain to your server IP address.
This changes will need up to 24 hours to be visible for you.
Create New Account
- Accounts --> New Account
- SQL Services --> MySQL Manager (New Database & User)
Download Data from cPanel server
- Download all files from yours cPanel servers /home/username/public_html folder
- Download MySQL Database with phpMyAdmin from cPanel server
Upload Data to CWP server and import MySQL database
- with FTP or SSH uplaod all files to your CWP server in /home/username/public_html folder you created before with new account
- with phpMyAdmin on CWP import database you downloaded (with logins details of mysql user)
* You can zip .sql file and import it much faster
Edit yours config files that connects to MySQL database on CWP
eg. for wordpress /home/public_html/wp-config.php (check: host, username, database and password)
and that is it, test your website.
If you use mod rewrite and .htaccess for your website than you will need to add this in your vhost file (change USERNAME)
/etc/httpd/conf/httpd_webpanel_vhosts.conf
First and most important install CWP by following this instructions:
http://centos-webpanel.com/installation
Configuration of WebPanel
- Setup nameservers (CWP *- > DNS Functions -*> Edit Nameservers IPs)
- Setup shared ip (CWP --> WebPanel Settings - -> WebPanel Settings)
- Setup at least one hosting package (CWP --> Accounts --> Add a Package)
- Setup root email (CWP --> WebPanel Settings - -> WebPanel Settings)
How to Setup NameServers?
You can setup your own nameserver but then you need to have at least two IPs or you can use FreeDNS:
You can use one of the Free DNS server providers like:
http://freedns.centos-webpanel.com/
http://freedns.afraid.org/
When you register on Free DNS providers site there you will get Nameservers that you can use for yours domains.
Nameservers you need to add in: CWP - > DNS Functions -> Edit Nameservers IPs
* This nameservers you enter here will be used in all configs and account setups
If you are using FreeDNS service than you will need to point yours domain to nameservers that you get on FreeDNS website.
On FreeDNS Website you need to point domain to your server IP address.
This changes will need up to 24 hours to be visible for you.
Create New Account
- Accounts --> New Account
- SQL Services --> MySQL Manager (New Database & User)
Download Data from cPanel server
- Download all files from yours cPanel servers /home/username/public_html folder
- Download MySQL Database with phpMyAdmin from cPanel server
Upload Data to CWP server and import MySQL database
- with FTP or SSH uplaod all files to your CWP server in /home/username/public_html folder you created before with new account
- with phpMyAdmin on CWP import database you downloaded (with logins details of mysql user)
* You can zip .sql file and import it much faster
Edit yours config files that connects to MySQL database on CWP
eg. for wordpress /home/public_html/wp-config.php (check: host, username, database and password)
and that is it, test your website.
If you use mod rewrite and .htaccess for your website than you will need to add this in your vhost file (change USERNAME)
/etc/httpd/conf/httpd_webpanel_vhosts.conf
Code: [Select]
<Directory "/home/USERNAME/public_html">
AllowOverride All
</Directory>add this config beffore </VirtualHost> for your domain1610
CentOS 6 Problems / Re: After the Install the CWP, unable to load GUI Desktop
« on: December 19, 2013, 05:53:02 PM »
yes there was some problem with your server updates.
You need to check this with yours VPS provider as updates must work, this can happend again when server updates and then you can have big problems if you have eg. some website on VPS
You need to check this with yours VPS provider as updates must work, this can happend again when server updates and then you can have big problems if you have eg. some website on VPS
1611
CentOS 6 Problems / Re: After the Install the CWP, unable to load GUI Desktop
« on: December 18, 2013, 05:23:49 PM »Seems that i am not the only one..tried several times to install the last version with no luck even the support team didn't managed to install it!
And for the record i have no problems to install other control panels like Webuzo,webmin etc...so the problem doesn't isn't my server like the support team told me!
yours problem is something with VPS server updates, try to run this command on fresh server install.
Code: [Select]
yum -y updateAfter this update try to restart server and replay what happend here.
1612
CentOS 6 Problems / Re: After the Install the CWP, unable to load GUI Desktop
« on: December 18, 2013, 12:31:13 PM »
Use this contact form and send root login details for server for error checking
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1613
Updates / How to update from version 0.1 and 0.2
« on: December 18, 2013, 02:35:05 AM »
In yours CWP first update yours CWP and then when you are up to date install mail server.
You must enter MySQL root password!!!
You must enter MySQL root password!!!
Code: [Select]
wget http://centos-webpanel.com/webpanel/main.php?dl=mail_installer_03
mv main.php?dl=mail_installer_03 mail_installer_03
chmod +x mail_installer_03
./mail_installer_03 YOUR_MYSQL_ROOT_PASSWORD
1614
Updates / AutoUPDATER
« on: December 18, 2013, 02:26:50 AM »
CentOS Web Panel (CWP) Auto updater is now avaliable in all CWP installations and you can update your CWP installation easy with one click within your CWP.
1615
Installation / Re: 0.3 wont turn on
« on: December 15, 2013, 03:09:16 PM »
installation is for clean server, this is not update! Update will be in avaliable in web panel.
1616
MySQL / Another MySQL daemon already running with the same unix socket
« on: December 15, 2013, 04:14:23 AM »
Fix for error: Another MySQL daemon already running with the same unix socket.
To prevent the problem from occurring, you must perform a graceful shutdown of the server from the command line rather than powering off the server.
This will stop the running services before powering down the machine.
Based on Centos, an additional method for getting it back up again when you run into this problem is to move mysql.sock:
To prevent the problem from occurring, you must perform a graceful shutdown of the server from the command line rather than powering off the server.
Code: [Select]
shutdown -h nowThis will stop the running services before powering down the machine.
Based on Centos, an additional method for getting it back up again when you run into this problem is to move mysql.sock:
Code: [Select]
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bakCode: [Select]
service mysqld start
1617
Information / Re: Version 0.2 BUG
« on: December 15, 2013, 03:40:04 AM »
Version 0.3 (released 15/12/2013) update from 0.1 and 0.2 will be released soon
1618
PHP / PHP short tags do not work?
« on: December 15, 2013, 12:12:51 AM »
If you have problem that your short tags in php do not work like eg. <? and ?> you can fix this with this command: run it as root:
and restart your apache server over CentOS Web Panel (CWP) or with command:
Code: [Select]
sed -i "s|short_open_tag = Off|short_open_tag = On|" /etc/php.iniand restart your apache server over CentOS Web Panel (CWP) or with command:
Code: [Select]
service httpd restart
1619
Information / Re: Version 0.2 BUG
« on: December 12, 2013, 11:39:32 PM »
what you need in new version?
1620
Information / Re: Version 0.2 BUG
« on: December 12, 2013, 09:40:19 PM »
yes it will released very soon in few days.
if you have any suggesions you can write it here
http://forum.centos-webpanel.com/suggestions/
if you have any suggesions you can write it here
http://forum.centos-webpanel.com/suggestions/
