<div dir="ltr">Hi Ehtesham,<div>I am no wizard. This is how I did my installation using Centos. You will get some key help from this. Others, feel free to rip me apart :)</div><div><br></div><div>Install CentOS 8 from ISO<br>[install location] ISOs / CentOS-8.2.2004-x86_64-minimal.iso<br><br>Add IP details<br>     Find interface name<br>   #     ifconfig<br>              <br>Change bootproto, ipaddr, netmask & gateway<br>     #   nano /etc/sysconfig/network-scripts/ifcfg-ens192<br>         <br>Add DNS details<br>     #   nano /etc/resolve.conf<br>           <br>Server Configuration:<br>Add some yum repostitories:<br># nano /etc/yum.repos.d/xymon.repo<br>And add this to the file:<br><br>[Xymon]<br>name=Xymon-$releasever<br>baseurl=<a href="http://terabithia.org/rpms/xymon/el$releasever/x86_64/">http://terabithia.org/rpms/xymon/el$releasever/x86_64/</a><br>gpgcheck=1<br>gpgkey=<a href="http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER">http://terabithia.org/rpms/RPM-GPG-KEY-JCLEAVER</a><br>enabled=1<br># yum install epel-release.noarch -y<br>Next we can install xymon and:<br># yum install xymon.x86_64 xymon-client.x86_64 httpd -y<br>Edit the xymon configuration file and change the following lines:<br>XYMONSERVERHOSTNAME="$MACHINEDOTS" # The hostname of your server.<br>XYMONSERVERIP="127.0.0.1" # The IP-address of your server. Use the real one, not 127.0.0.1 .<br>Example:<br>cd /etc/xymon/xymonserver.cfg<br>XYMONSERVERHOSTNAME="FQDN hostname"<br>XYMONSERVERIP="x.x.x.x"<br>Create a user for web access<br># htpasswd -c /etc/xymon/xymonpasswd [USERNAME]<br># htpasswd -c /etc/xymon/xymonpasswd xymonweb   [pass xmonweb]<br># htpasswd -c /etc/xymon/xymonpasswd xymon   [pass xymon]<br># htpasswd -c /etc/xymon/xymonpasswd apache [pass apache]<br>New password:<br>Re-type new password:<br>Adding password for user ...<br>Add more users / change passwords with<br># htpasswd /etc/xymon/xymonpasswd [USERNAME]<br>Open the firewall ports for xymon and the webserver<br># firewall-cmd --zone=public --add-port=1984/tcp --permanent<br># firewall-cmd --zone=public --add-port=80/tcp --permanent<br><br>From <<a href="https://4matperu.wordpress.com/2016/10/01/install-xymon-on-centos-7/">https://4matperu.wordpress.com/2016/10/01/install-xymon-on-centos-7/</a>> <br><br># firewall-cmd --reload<br><br>From <<a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-8">https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-8</a>> <br><br>Enable the service<br># systemctl enable xymonlaunch.service<br><br><br>Starting the services:<br>On the server:<br># systemctl enable xymonlaunch.service<br># systemctl enable httpd.service<br># systemctl start xymon<br></div><div><br></div><div>Good Luck...</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 29, 2021 at 12:14 AM Mohammed, Ehtesham <<a href="mailto:emohammed@flexivan.com">emohammed@flexivan.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US" style="overflow-wrap: break-word;">
<div class="gmail-m_-2920263579006968707WordSection1">
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal">I’m trying to install XYMON on ubuntu server , Is there any document that can guide me with end to end installation ? I was able to install the server but having hard time to configure the host and what ports to open on firewall side. Please
 advise<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks<u></u><u></u></p>
</div>

<p style="font-size:10pt;font-family:Verdana"><br><br><a href="https://www.flexivan.com/" target="_blank"><img border="0" src="cid:17794851553498bab711"></a><br><span><strong>Ehtesham Mohammed<br></strong></span><span style="font-size:8pt">Cloud Architect<br>7320 E. Butherus Dr, Ste 201<br>Scottsdale, AZ 85260<br>(o)  | (m) <br><a href="mailto:emohammed@FlexiVan.com" target="_blank">emohammed@FlexiVan.com</a></span><span style="font-family:Arial"><span style="font-size:5pt;font-family:Arial"><br><br>Confidentiality   
Notice:     The information contained in this email  and any 
  attachments<br>may contain confidential and/or proprietary material and 
is intended solely for the person<br>or entity to which it is addressed.   
Any unauthorized review disclosure or   distribution of<br>this email is 
strictly prohibited.   If you have received this email in error, please 
notify the<br>sender by reply email and destroy all copies of this email and any 
attachments.</span></span><br></p></div>

_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>