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

Pages: 1 ... 106 107 [108] 109 110
1606
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.

1607
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
Code: [Select]
# Use pam to authenticate (default) and be authoritative
#AuthPAMConfig                  proftpd
#AuthOrder                      mod_auth_pam.c* mod_auth_unix.c

Now restart ProFTPd in CWP and test login to your user account.

1608
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
Code: [Select]
<Directory "/home/USERNAME/public_html">
AllowOverride All
</Directory>
add this config beffore </VirtualHost> for your domain

1609
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

1610
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 update
After this update try to restart server and replay what happend here.

1611
Use this contact form and send root login details for server for error checking

http://centos-webpanel.com/contact

1612
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!!!
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

1613
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.


1614
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.

1615
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.
Code: [Select]
shutdown -h now
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:

Code: [Select]
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
Code: [Select]
service mysqld start

1616
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

1617
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:

Code: [Select]
sed -i "s|short_open_tag = Off|short_open_tag = On|" /etc/php.ini
and restart your apache server over CentOS Web Panel (CWP) or with command:
Code: [Select]
service httpd restart

1618
Information / Re: Version 0.2 BUG
« on: December 12, 2013, 11:39:32 PM »
what you need in new version?

1619
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/

1620
DNS / Free DNS services
« on: December 10, 2013, 12:05:33 AM »
If you have Dedicated server, VPS server, only one ip, you don't want or don't know how to setup DNS server than you can use free DNS services.

Tested providers
http://freedns.centos-webpanel.com/    (Free CWP DNS Manager)
http://freedns.afraid.org/

How to setup free DNS:
- You will need to point your domain to DNS servers from FreeDNS service provider you selected
eg. ns1.centos-webpanel.com, ns2.centos-webpanel.com

Pages: 1 ... 106 107 [108] 109 110