MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: prgs1971 on 2013-08-12, 19:08:12

Title: How to change Kloxo-MR default ports
Post by: prgs1971 on 2013-08-12, 19:08:12
Kloxo-MR uses the default ports:
- 7777 for https
- 7778 for http

If we go to Port Config in Kloxo-MR admin we can change this ports, but the problem is that this will not take effect.

The ports are opened in Iptables.

I have tried without any success:

Restart Kloxo-Mr:
Code: [Select]
service kloxo restart
Reboot Server:
Code: [Select]
reboot
I am missing any step?

Or Kloxo-MR still have the same problem as official Kloxo?
Title: Re: How to change Kloxo-MR default ports
Post by: MRatWork on 2013-08-12, 19:10:25
At this moment. Kloxo-MR only use port 7777/7778. Change to other port not work.
Title: Re: How to change Kloxo-MR default ports
Post by: prgs1971 on 2013-08-12, 19:48:29
For security reasons this is a must have ;)

Please put it in Kloxo_MR road map.
Title: Re: How to change Kloxo-MR default ports
Post by: MRatWork on 2013-08-12, 19:58:47
No reason to change port for security purpose.
Title: Re: How to change Kloxo-MR default ports
Post by: prgs1971 on 2013-08-12, 20:04:47
It is always best practice to not use the default ports.

Why do you have a different opinion?

I know that they could do port scanning, but changing ports make things a little hard for theme and stop automated scripts for targeting the default port.
Title: Re: How to change Kloxo-MR default ports
Post by: MRatWork on 2013-08-12, 20:23:07
Still want change port?.

Open '/usr/local/lxlabs/kloxo/init/hiawatha.conf' and change 'Port = 7778' to 'Port = 17778' and 'Port = 17777' to 'Port = 17777'. Now you can access Kloxo-MR panel with 17778/17777 port.
Title: Re: How to change Kloxo-MR default ports
Post by: prgs1971 on 2013-08-12, 20:42:59
It works ;)

This changes will be losten in a Kloxo-MR upgrade?

Is not necessary to change also the BindingID setting?
Title: Re: How to change Kloxo-MR default ports
Post by: befree22 on 2014-02-22, 21:43:53
Still want change port?.

Open '/usr/local/lxlabs/kloxo/init/hiawatha.conf' and change 'Port = 7778' to 'Port = 17778' and 'Port = 17777' to 'Port = 17777'. Now you can access Kloxo-MR panel with 17778/17777 port.

Right now, I'm unable to login to my vps using port 7777. I can only login to vps using port 7778.

I want to change the default Kloxo-MR port from 7778 to 7777. Can I still change the port by opening '/usr/local/lxlabs/kloxo/init/hiawatha.conf' and making changes?
Or can I change the port to 7777 inside Kloxo-MR admin? What is the file path in Kloxo-MR admin to change login to 7777?  Is it admin > Advanced > Port Config ?

I want to be sure that whenever I login to 1.23.456.78:7777 I can access my Kloxo-MR admin panel and not be locked out.
Title: Re: How to change Kloxo-MR default ports
Post by: MRatWork on 2014-02-22, 23:21:52
Port 7777 access via https and 7778 via http.
Title: Re: How to change Kloxo-MR default ports
Post by: befree22 on 2014-02-24, 22:23:09
I'm on a new vps but my old vps had 7777 not 7778.

Do I need a certificate to changes the default port to 7777?

If no certificate is required to change the default port to 7777, could you tell me what command to run? Or file where I need to change the default port?
Title: Re: How to change Kloxo-MR default ports
Post by: MRatWork on 2014-02-25, 02:28:33
Go to panel and find out 'port change'.
Title: Re: How to change Kloxo-MR default ports
Post by: amudy17 on 2014-03-01, 10:45:53
Go to panel and find out 'port change'.

the change port is help me to minimalizir brute attack to my login server
Title: Re: How to change Kloxo-MR default ports
Post by: befree22 on 2014-03-03, 06:42:46
admin > Advanced > Port config and check the checkbox. It works. Thanks