Post4VPS Forum | Free VPS Provider
How to Install Kloxo MR - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: How to Install Kloxo MR (/Thread-How-to-Install-Kloxo-MR)



How to Install Kloxo MR - Rishabh Jain - 09-14-2015

hello everyone,
today i'll show you the correct way to install Kloxo MR

Code:
# move to /
cd /tmp

# remove old rpm (if any)
rm -f mratwork*

# get repo
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate

rpm -ivh mratwork-release-0.0.1-1.noarch.rpm

# move to /
cd /

# update
yum clean all

yum update mratwork-* -y

yum install kloxomr -y #for Version 6.5
OR
yum install kloxomr7 -y #for Version 7

sh /script/upcp
Its done... Smile

now you can login at

https://ip-address:7777 – secure ssl connection
http://ip-address:7778 – normal one.

with UserName: admin & Password: admin


RE: How to Install Kloxo MR - perry - 09-14-2015

looks simple but its strong XD
goos point im about to use it.
was searching to a good panel.


RE: How to Install Kloxo MR - Conan - 09-15-2015

I think you should have added the command on how to open those ports in iptables.


RE: How to Install Kloxo MR - perry - 09-15-2015

(09-15-2015, 04:59 AM)Conan Wrote: I think you should have added the command on how to open those ports in iptables.
yea indeed. please provide people to work with iptables.

Quote:if you don't know how just try it with "service iptables stop" remember this wil open all your ports and its not recomeded to keep open it forever.



RE: How to Install Kloxo MR - Conan - 09-15-2015

(09-15-2015, 06:38 AM)perryoo11 Wrote:
(09-15-2015, 04:59 AM)Conan Wrote: I think you should have added the command on how to open those ports in iptables.
yea indeed. please provide people to work with iptables.

Quote:if you don't know how just try it with "service iptables stop" remember this wil open all your ports and its not recomeded to keep open it forever.

I'd prefer having a firewall on my server than having a server that is very open to the internet.
I block some ports so only the server can access it using the loopback interface. (Ex. MySQL)


RE: How to Install Kloxo MR - perry - 09-15-2015

(09-15-2015, 09:02 AM)Conan Wrote:
(09-15-2015, 06:38 AM)perryoo11 Wrote:
(09-15-2015, 04:59 AM)Conan Wrote: I think you should have added the command on how to open those ports in iptables.
yea indeed. please provide people to work with iptables.

Quote:if you don't know how just try it with "service iptables stop" remember this wil open all your ports and its not recomeded to keep open it forever.

I'd prefer having a firewall on my server than having a server that is very open to the internet.
I block some ports so only the server can access it using the loopback interface. (Ex. MySQL)
i know but its for testing pruposes good and if you publish around the world is it better to have it on


RE: How to Install Kloxo MR - Littlemaster - 10-01-2015

These commands will open up those ports, i.e 7778 & 7777
iptables -A INPUT -p tcp -m tcp --dport 7778 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 7777 -j ACCEPT
or put the rules in the iptables configuration file(restart iptables after saving).


RE: How to Install Kloxo MR - cobalt-zack - 10-02-2015

umm, no offence but these are the exact same commands from the github page, so how is something like this useful to users?


RE: How to Install Kloxo MR - Rishabh Jain - 10-03-2015

(10-02-2015, 09:28 PM)cobalt-zack Wrote: umm, no offence but these are the exact same commands from the github page, so how is something like this useful to users?

easy, many users aren't able to fine the installation steps, so its easy for them. 2nd there are not thousands of ways to install 1 thing, so you'll find same in all tuts


RE: How to Install Kloxo MR - xdude - 10-18-2015

Yeah these steps are just the begin of whole process. Hard part is getting it configured. Since version 6.5 and 7 I have had so many problems related to PHP and and mail.

Even right now I'm trying to sort a Kloxo MR 7 installation. Installation process was fine but even I have done DNS and everything else properly but still php files and Wordpress script don't work. I'm getting a just while blank page for Wordpress. This is not the usual white death happen to Wordpress.