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 ... 105 106 [107] 108 109 110
1591
Updates / Version 0.6 released
« on: January 26, 2014, 01:18:56 AM »
Version 0.6 (released 26/01/2014)
- New Design
- New Functions
- New Free DNS Manager
- Live Loading stats with AJAX
...and more

test and add yours comments here...

1592
DNS Manager / Free DNS Manager
« on: January 24, 2014, 01:24:03 PM »
Test New Free Service: FreeDNS Manager
---------------------------------------------------

Now you can test new free service DNS Manager, this option will be added to new CWP version.

DNS Manager is free to use.

DNS Manager saves time needed for DNS configuration and requirements of additional IPs.

Register and start to use FreeDNS Manager
http://freedns.centos-webpanel.com/

1593
Installation / Re: how to change centos web panel' s root password?
« on: January 08, 2014, 03:52:40 PM »
for now there is no any documentation, cwp is used that you can easy control your server without console and monitor server status.

1594
MySQL / Re: which are the default user and password phpmyadmin?
« on: January 08, 2014, 03:49:55 PM »
you have mysql root password in file:

/etc/webpanel/panel/include/db_conn.php

1595
Installation / Re: how to change centos web panel' s root password?
« on: January 08, 2014, 02:39:55 AM »
In CWP under WebPanel Settings you have Change Web Panel Pwd

1596
E-Mail / Re: Roundcube Webmail
« on: January 02, 2014, 04:39:46 PM »
if you email don't works you can contact us with login details that we can check this.

1597
Aplications / How to install wordpress to linux server
« on: January 02, 2014, 01:22:41 AM »
This is tutorial how to install and setup wordpress website on linux server with CentOS Web Panel (CWP)

Steps:
1. Create New Account from CWP under Accounts Menu
2. Create MySQL Database from CWP under SQL Services --> MySQL Manager --> Create Database and User
3. Download Wordpress installation files in users public_html folder

4a.
Install from SSH (do not forget to replace USERNAME with your users username)
cd /home/USERNAME/public_html
wget http://wordpress.org/latest.tar.gz
tar xvzf latest.tar.gz
mv wordpress/* .
rm -Rf wordpress
chown -R USERNAME:USERNAME *

4b.
Install as user with FTP
- Download latest wordpress installation from wordpress download site
- Extract files to your computer
- Connect to FTP with USER's login details you have entered when you created user account in CWP
- Upload all files you extracted to users remote FTP public_html folder

Now visit your website and install wordpress from browser by entering you MySQL database details/login data
Don't forget to save wp-config.php in your public_html folder

that is it you are ready to run yours wordpress website.

1598
PHP / Re: What version of PHP is in centos cpanel?
« on: January 01, 2014, 12:41:53 AM »
ioncube is not needed for CWP but maybe you need to for yours scripts.

1599
PHP / Re: What version of PHP is in centos cpanel?
« on: December 31, 2013, 08:53:21 PM »
you can try to install php version you want an then restart CWP

Restart CWP from command line
Code: [Select]
service cwp restart

1600
MySQL / Re: mysql restart
« on: December 31, 2013, 03:41:06 AM »
you can restart mysql with console as CWP works on MySQL

command for restarting mysql server in console

Code: [Select]
service mysqld restart

1601
E-Mail / Re: Roundcube Webmail
« on: December 30, 2013, 12:35:10 AM »
this is bug in this version and it will be resolved with update, if you email don't works you can contact us with login details that we can check this.


1602
E-Mail / Re: Roundcube Webmail
« on: December 27, 2013, 07:26:31 PM »
update your CWP to newest version from panel.

1603
E-Mail / Re: Roundcube Webmail
« on: December 26, 2013, 10:25:57 PM »
this is dovecot bug it will be fixed with new update in 1-2 days.

1604
DNS / How to Setup DNS (BIND) on server
« on: December 24, 2013, 07:17:27 PM »
It's required that you have installed CentOS WebPanel and 2 IP addresses.


Settings
- DNS Functions --> Edit NameServers IPs
Add here your subdomains you want to use for NameServers and one IP for each nameserver eg.
ns1.centos-webpanel.com --> 185.4.149.83
ns1.centos-webpanel.com --> 185.4.149.90

- Your Main Domain or Subdomains need's to have A record to this server IPs

How to set A Records for Name Servers
1. Create new account on the server with domain name which you will use for nameservers (example: test.com)
2. Edit DNS zone for this domain go to DNS Functions --> List DNS Zones and click on your domain
3. Add records for your nameservers at end of the file:

ns1     14400   IN      A       NS1_SERVER IP
ns2     14400   IN      A       NS2_SERVER IP

example:

ns1     14400   IN      A       120.130.110.122
ns2     14400   IN      A       120.130.110.123
this will create nameservers: ns1.test.com and ns2.test.com

- Setup Shared IP
WebPanel Settings --> WebPanel Settings --> Shared IP


CASE 1
If you have only A record for main domain set to one IP than you need to make new account on this server and add in DNS records subdomains.

CASE 2
If you have at yours domain register set domain records for each subdomain to IP than you are ready to go and you can start adding DNS zones or creating accounts.

Changing DNS records can take up to 24 hours.

For some domain registers you will need to have your server hostname to have A record to NS1 IP:
eg.  myhostname.centos-webpanel.com --> 185.4.149.83

START DNS (BIND) server
go to Service Config --> Chkconfig manager and click "ON" for named service.
now go to index page and start BIND DNS Server by clicking Start



Don't forget that the nameservers must be registered with your domain registrar.

Godaddy Instructions
https://support.godaddy.com/help/article/12317/setting-custom-nameservers-for-domains-registered-with-us?locale=en

Enom Instructions
http://www.enom.com/help/faq_dns.asp

1605
This are instructions for ProFTPd, CWP dose not use ProFTPd anymore


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

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