Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-20, 13:26:12

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

Pages: 1 2 3 [4] 5
46
Webmin is a free and good tool to supplement Kloxo-MR, and it will minimize your need for time on the command line.

Install Webmin using following procedure:

You must first create a txt-file and upload it to your server. I use Filezilla as SSH client and Sublime as text editor on my windows client. They work well together. You may have other tools, but it is necessary to uload the following text file to your server into the directory as stated below.

Paste the following text in your editor (including everything):

[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

Save the file as webmin.repo to your computer, then use Filezilla or another FTP client to move it over to your server to folder: /etc/yum.repos.d folder.

From your SSH client (I use Putty) install the GPG key with which the packages are signed, with the following commands (do not include the #):

# cd /tmp
# wget http://www.webmin.com/jcameron-key.asc
# rpm --import jcameron-key.asc
# yum install webmin
# cd /

Start webmin and also auto start webmin at system startup

# /etc/init.d/webmin start
# chkconfig webmin on

With webmin installed, go to your server IP address at port 10000 http://youripaddress:10000. So if your IP address is 123.123.123.123 then your webmin address is:  http://123.123.123.123:10000

Login to webmin as root using and your server root password.

Things are arranged somewhat differently with the various Webmin themes. You can select any theme that you wish but for a start I suggest the following. Change themes, by clicking on “Webmin Configuration” in the upper left, then open the Webmin Themes icon. On the Change Themes tab, change it to Old Webmin Theme, then click the Make Changes button.

Now reload the webmin page.
Then select the Servers tab in Webmin, and then Bind DNS Server and you will get acces to your domains zonesand can change DNS records.

Hope this helps

AJ




47
On my server I have also installed Webmin, which work well alongside Kloxo-MR. In Webmin you can select Server - Bind DNS Server and it will list all your existing DNS Zones where you can select your domains and add or edit NS records. If you need I can send you the procedure to install Webmin.

AJ

48
You should be able to regain access to the Control Panel using your server IP address.

In browser type: your-server-ip:7777 (or 7778)

(unless you have changed those ports)

Then fix your dns records

Best regards

AJ

49
Kloxo-MR Bugs and Requests / Re: Add DNSSEC
« on: 2018-03-23, 14:16:54 »
Is this security feature something that can be activated from the CP or does it have to be developed in Kloxo-MR.

50
Kloxo-MR Technical Helps / Re: install php 7.0-7.1
« on: 2018-03-05, 22:20:32 »
When running sh/script/cleanup be aware that update All Php (branch and multiple) process may take long time and it may look like it hangs. Be sure to give it good time (15-20 min) before you abort. Other than this I am not able to advice.

51
Kloxo-MR Technical Helps / Re: install php 7.0-7.1
« on: 2018-03-04, 21:08:26 »
Click the Home tab and in the admin box Basic select Webserver Configure.  Here you must setup the PHP settings that you want for your hosting software.
If you are unsure about which settings to use, then here is what I recommend:
Select all php in 'multiple php install' and update. It will take some time. Wait and refresh browser untill you see all php in 'Multiple PHP Already Installed'
Use one 'phpXYm' in 'php branch' as 'base php' in 'webserver configure'. I use php56w-.
Select ‘php-branch’ in PHP Used.
Select 'php-fpm_event' for 'php type' and also enable 'Enable Multiple PHP As Secondary PHP'
Go to 'admin > switch program' and select nginx first and update. Thereafter select apache and update. This is a triks just to ensure correct setup of apache by Kloxo-MR.
Restart webserver with 'sh /script/restart-web -y' from SSH. Then to add the correct php support for your domain, select your domain after you have created it, then select Web features in the Web box and in 'PHP Selected' you choose your wanted php version and click update. Then sh /script/restart-all and you should be set,

52
Indonesia Users / Re: FastCGI neither POLLIN nor POLLOUT
« on: 2018-02-25, 23:28:45 »
Google Translate works: The text from MR reads:

If everything is the error then it should be traced. This should not be related to 'internal server error' but rather to the php code that causes it. If certainly not attacked DDOS.

53
Forum Announcements / Re: MR will be back
« on: 2018-02-25, 20:36:41 »
There is a reason for most things, and not allways they can be broadcasted. We must be happy to see MR back in the forum, and I think we will. Look forward (not backwards)  :) 

54
In Kloxo-Mr 7 this is easy (menu icon for ftp configure). I do not know how to do this in Kloxo 6.5.0 but maybe this article can help: https://jvulinux.wordpress.com/2013/01/20/how-to-change-ftp-port-in-kloxo/
Check if you find the files referenced there. (Do not change port 21 to another low number, but a number above 10000).

55
Kloxo-MR Technical Helps / Re: cleanup and serves kloxo lost
« on: 2018-02-18, 13:32:33 »
Forgot to mention that you must log into Kloxo-MR by using your IP address.

56
Kloxo-MR Technical Helps / Re: cleanup and serves kloxo lost
« on: 2018-02-18, 04:37:13 »
If the above does not help, try switch program - select nginxproxy and update, then select apache, sh/script/restart-web.

Hpe it helps

57
Kloxo-MR Technical Helps / Re: Lxguard
« on: 2018-02-04, 11:17:58 »
Many tnx for advice. I have read everything in the forum about lxguard, but without success. I have 2 servers, both using Centos-7 and Kloxo-MR. On one lxguard is showing many entries in the Connections and Raw Connections tabs in lxguard, on the other there are none. But I can add and remove whitelis IPs with no problem. The only thing I can think of that may have caused the problem is that I used Webmin to remove a lot of files from the /tmp directory. This may have damages some socks ????
In both my servers I notice that there are several thousand tmp-files. Is this normal ?
One question: In order to try to get lxguard running again, do you think I can yum remove kloxo and then yum install kloxo. Will I then loose the configuration settings ??? 

58
Kloxo-MR Technical Helps / Re: Lxguard
« on: 2018-01-09, 00:43:23 »
I forgot to mention that I also tried to run /home/kloxo/lxguard/hitlist.info in SSH, and got response: Permission denied. Is this normal ?

59
Kloxo-MR Technical Helps / Lxguard
« on: 2018-01-09, 00:39:46 »
On one of my servers, when I select LxGuard in Kloxo-MR (latest version) there are no Connections or Raw Connections listed. That of course lead me to belive that LxGuard is not working here. I use SQL Manager and look in Kloxo DB, see the lxguard related tables, but table lxguardhit is empty. I tried the scripts like sh /script/fixlxguard but that does not change anything. I cannot find other indications in logfiles I have checked that something is wrong. Does anybody have a clue on how I can procede to find out what can be the problem ?

60
I don't think that you have to edit any files to achieve this. You can do it in the panel in PHP Configure icon and click update. If you have clients, you need to do it for each client.

Pages: 1 2 3 [4] 5

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.046 seconds with 20 queries.

web stats analysis