CentOS Web Panel
-
Want to host your own websites on your own servers and don't want to purchase the licencing for cpanel, please check out CentOS Web panel. It has a lot of features and you can also use Softaculous with the product.
The system requirements are:
32bit Server - 512MB RAM
64bit Server - 1024MB RAM
HDD - 10 GBOS:
CentOS 6.x, 7.x
RedHat 6.x, 7.x
CloudLinux 6.x, 7.xPreperation:
yum -y install wget yum -y update reboot
Once this is complete you can now go ahead with the installation:
CentOS 6: Installer with MySQL version 5.1
cd /usr/local/src wget http://centos-webpanel.com/cwp-latest sh cwp-latest
CentOS 6: Installer with MARIA-DB 10-latest (recommended, also required for clusters )
cd /usr/local/src wget http://centos-webpanel.com/cwp-latest sh cwp-latest -d mariadb
CentOS 7: Installer for CentOS 7
cd /usr/local/src wget http://centos-webpanel.com/cwp-el7-latest sh cwp-el7-latest
If download link doesn’t work then you can use the following:
CentOS 6: http://dl1.centos-webpanel.com/files/cwp-latest CentOS 7: http://dl1.centos-webpanel.com/files/cwp-el7-latest
Reboot Server
Reboot your server so that all updates can take affect and CWP gets started.reboot
Centos Web Panel Configuration:
Log in to your CWP server using the link provided by the installer on your server
CentOS WebPanel Admin GUI at http://SERVER-IP:2030/Username: root
Password: your root password- Setup nameservers
- Setup shared ip (must be your public IP address)
- Setup at least one hosting package (or edit default package)
- Setup root email
& now you are ready to host domains…
For additional configuration instruction, please check our wiki/documentation site.
http://wiki.centos-webpanel.com/ -
Thanks, I have no seen this panel before. Do you use it? How do you like it?
-
@StrongBad I have used it and it works well, it doesn't look as nice as cpanel but it usable and worth checking out and best of all...Free.
you can try the demo here:
Non SSL Login: http://demo1.centos-webpanel.com:2030
SSL Login: https://185.4.149.65:2031root/admin Panel Login:
Username: root
Password: admin123End user Panel Login:
Username: test-dom
Password: admin123 -
This post is gold. Thanks!
-
I'll have to check this out.
-
Security vulnerability? Quite an overstatement for using port 22.
-
@stacksofplates said in CentOS Web Panel:
Security vulnerability? Quite an overstatement for using port 22.
Changing the port does nothing to mitigate that.
-
@JaredBusch said in CentOS Web Panel:
@stacksofplates said in CentOS Web Panel:
Security vulnerability? Quite an overstatement for using port 22.
Changing the port does nothing to mitigate that.
Ya that's what I was saying. It's an overstatement to call using the default port a "security vulnerability."
-
@stacksofplates gotcha
-
changing port does not make any difference to security but I suppose if hackers are only scanning common ports it disguises it a little. I personally have no issue using port 22 with keys and strong password, also with root access disabled to ssh.
-
@StuartJordan That's the way to go
-
I don't think any actual hackers limit to common ports.
-
@scottalanmiller said in CentOS Web Panel:
I don't think any actual hackers limit to common ports.
Ya it takes like an extra 7 seconds to scan the rest (at least with nmap)
-
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
-
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
-
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
Your aren't looking at the right thing. That's the server not the Minion.
-
@scottalanmiller said in CentOS Web Panel:
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
Your aren't looking at the right thing. That's the server not the Minion.
Ah, you didn't specify above, just said Salt.
-
@scottalanmiller said in CentOS Web Panel:
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
Your aren't looking at the right thing. That's the server not the Minion.
Similar to Ansible pull. Just need 80 or 443 open on the git server.
-
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
Your aren't looking at the right thing. That's the server not the Minion.
Ah, you didn't specify above, just said Salt.
Your servers don't have ports open when you use Salt. We are talking ability the removal of SSH ports from your servers. All of your servers (aka minions) can be sans SSH ports. Of course they still need their service ports open like 80 or whatever. But SSH is not needed, no access ports are.
-
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
@stacksofplates said in CentOS Web Panel:
@scottalanmiller said in CentOS Web Panel:
If you use something like Salt you can go to no ports open at all. Short of that, I stick to standard ports.
I've seen you say that before. Their documentation says you need 4505 and 4506 open.
Your aren't looking at the right thing. That's the server not the Minion.
Similar to Ansible pull. Just need 80 or 443 open on the git server.
Ansible pull isn't the same. Salt leaves full, instant control in place.