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

Pages: 1 2 [3] 4 5 ... 14
31
Suggestions / Re: python & Ruby & nodejs
« on: November 01, 2017, 05:35:30 AM »
You can get this scripts if you want https://github.com/born2host

32
Addons / Re: Installation Node.js and integration
« on: October 31, 2017, 05:06:36 AM »
Or you can use this simple addon: https://github.com/born2host/CWP-Node.js

33
Other / Anyone got configs?
« on: October 29, 2017, 06:06:44 PM »
Does anybody got configs for ProxMoxVE KVM and LXC setups for WHMCS? If you have any please send them to me to root@born2host.com. Thanks ppl.

34
Installation / Re: set multi alias website
« on: October 29, 2017, 06:04:48 PM »
Go to Domains -> Add Domain -> Choose the USERNAME of the first domain -> add /home/USERNAME/public_html for the domain. Like this point all domains you want to that username, then fix the ssl-vhosts.conf to add the SSL Certificates and you are done.

35
FTP / Re: FTP connection FAILED
« on: October 27, 2017, 05:11:45 PM »
What are the outputs from this two commands?
Code: [Select]
systemctl status pure-ftpd.serviceand:
Code: [Select]
journalctl -xe

36
I can build it / Re: OpenVZ with CWP
« on: October 26, 2017, 07:20:29 PM »
Looking for BETA testers with dedicated servers. Better NOT to be behind a router and all the ports to be open. Also will be very good if you have atleast 2 public IP addresses and NOT behind NAT. Write to me on PM.

37
CentOS 6 Problems / Re: Corrupted file?
« on: October 26, 2017, 05:54:43 PM »
The CWP files are encrypted with ionCube encoder. This is not an error what you see there in the file.

38
I can build it / Re: OpenVZ with CWP
« on: October 26, 2017, 05:01:54 PM »
Here is the output:
Code: [Select]
[dlkarakashev@cwp vm]$ websockify -D --web=/usr/share/novnc/ --cert=/etc/pki/tls/certs/novnc.pem 6080 192.168.199.113:62000
WebSocket server settings:
  - Listen on :6080
  - Flash security policy server
  - Web server. Web root: /usr/share/novnc
  - SSL/TLS support
  - Backgrounding (daemon)
[dlkarakashev@cwp vm]$
How it have to be. And yes, $ipaddr and $inport return correct values. But as I see there`s a little problem with networking of VMs.
Code: [Select]
[root@born2host /]# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1416 (1.3 KiB)  TX bytes:1416 (1.3 KiB)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:272 (272.0 b)  TX bytes:200 (200.0 b)

venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:192.168.199.113  P-t-P:192.168.199.113  Bcast:192.168.199.113  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1

[root@born2host /]# ping google.com
ping: unknown host google.com
I will see what`s going on with the network and I will write to you again.

39
I can build it / Re: OpenVZ with CWP
« on: October 26, 2017, 04:17:25 AM »
I create the VM through the web control. In the same time the shell script is creating the VM and adding iptables rule:
Code: [Select]
iptables -t nat -A PREROUTING -i $eth -p tcp --dport $port -j DNAT --to-destination $ipaddr:$inport
iptables -t nat -A POSTROUTING -o $eth -j MASQUERADE
Where $port is starting from 62000 and finishes to 65000 and $inport normally is 22 for SSH. As I follow the instructions for integration of noVNC I start it with username and this command:
Code: [Select]
websockify -D --web=/usr/share/novnc/ --cert=/etc/pki/tls/certs/novnc.pem 6080 $ipaddr:$inport
Where 6080 is the web port for accessing noVNC. Meantime the script is creating the vnc/xauth config when creating the VM. But when I try to access the VM through noVNC I got error 1006 and connection fails. If I start it with "websockify -D --web=/usr/share/novnc/ --cert=/etc/pki/tls/certs/novnc.pem 6080 localhost:5901" it`s making connection to the CentOS (where I don`t have GUI and it shows black screen of course).
The problem is that I can`t make it connect to the VM.

40
I can build it / Re: OpenVZ with CWP
« on: October 25, 2017, 04:34:18 PM »
Long time ago I stopped trying to get password from .my.cnf and start using db_conn.php :) Now I`m banging my head on the wall with noVNC. But somehow I will make it work. Some day ... If anyone can help with noVNC ...

41
I can build it / Re: OpenVZ with CWP
« on: October 24, 2017, 04:39:30 AM »
Hello people,
It`s been a long time since I wrote back here. Many of the new templates are not working with the old OpenVZ 6, so we will stick on the old ones. For sure I can say that the module is 91% ready, tested and working. Still got no success with the Console from CWP6.user to every single VM. At the moment I`m experimenting with noVNC which gives me some power. As of this point it`s going good, but still having some issues implementing it. Hope soon to be 100% ready. Stay tuned.

42
Information / Re: Developers needed
« on: October 23, 2017, 04:14:45 PM »
I already wrote there and still waiting for reply.

43
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 22, 2017, 04:20:23 AM »
Since my postfix got broken by it self without touching the server for more than 20 days I started to use Zoho Mail. It`s something like what Google was offering, but now Google Mail hosting is payed. In Zoho you get 25 free email accouts and you get +5 free accouts for every new customer you invite. Ex: You register domain1.com in Zoho and you get 25 free email accounts, from one of this 25 accounts you invite somebody@gmail.com and he(you) register domain2.com in Zoho and you get +5 free accounts (30). Not that hard to make 500+ accounts when you have unlimited registrations of free domains. :D

44
CentOS 7 Problems / Re: Forgot root password
« on: October 20, 2017, 03:50:36 PM »
If he`s on VPS. If not ... prepare for reinstall.  ;D ;D ;D

45
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 20, 2017, 03:48:50 PM »
I have 27 domains on 1 IP, so don`t worry. Different users and different domains points on different vhosts. You can create SSL Certificates for all your domains without a problem using Certbot. Have fun.

Pages: 1 2 [3] 4 5 ... 14