Icinga is a fork of Nagios monitoring system. There are lots of changes and upgrades compared to Nagios, especially in version 2. The main visible difference is UI which is built on ext js. Other significant differences are in hosts and services definitions. Icinga2 designed to monitor large complex environments. Pre-requisites We need to make sure to install a LAMP stack and epel repository on the CentOS7 server for other dependency application which will support icinga2 . Icinga2 will collect the service information based on the monitoring plugins, so we …
Bella
The Manage External Authentications interface in WHM allows you to manage the OpenID Connect-compliant identity providers that your server’s users can use to log in to cPanel, WHM, or Webmail. Today let see the common external authentication techniques available with cPanel and how to enable/disable these features : 1] External Authentication Via cPanelID -> Steps for enabling and disabling WHM authentication via cPanelID as follows. Configuring The External Authentication Via cPanelID -> Log into WHM as root -> Navigate to Security Center >> Manage External Authentications
Now-a-days Brute force attacks to servers/websites are frequent. Brute force attack is generally a password guessing technique. It is a type of attack in which trying every possible combination of characters or data in order to find the decrypted message. A brute force guarantees finding the key – it’s trying every possible combination and does not rely on any potentially incomplete dictionaries or lists of possible keys. cPHulk Brute force Protection is an inbuilt protection used in WHM for preventing brute force attack. cPHulk Brute force Protection will detect and …
Installation and configuration of ‘Pyxsoft Antimalware’ in cPanel servers
Pyxsoft antimalware Plugin for cPanel/WHM protects your server from attacker scripts such as c99shell, r57shell, ANIShell, and hundreds more. It is a real-time Anti Malware for cPanel/WHM. Attackers can take control of your servers or can damage your customer’s data by uploading one of these scripts. Pyxsoft antimalware plugin works to protects your server in two ways: Protecting from the six server’s entrance SQL Injection Legitimate Access (SSH, cPanel etc) Web Forms FTP Brute Force Attacks Installed Trojans or shells
As we are aware, usually installing SSL Certificate requires Dedicated IP . The cost of this address is typically being passed down to the end user. Also the IPv4 address will be filled completely if every domain require a dedicated IP. So administrators decided to use multiple SSL installation on a single IP. Thus SNI (Server Name Identification) is established. >> What is SNI : —————— Server Name Indication (SNI) is an extension to the TLS protocol that indicates what hostname the client is attempting to connect. SNI is an …
By default Postfix run on port 25 and 587(TLS). However some ISPs block port 25. In that case you can configure the postfix mail server to listen on additional ports too, for example port 26 or some random 5125. This configuration is done in the master.cf configuration file. Edit it in your editor of choice. This file is in the following format: # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ==========================================================================
Adminer is a fully featured database management tool written in PHP. Adminer is an alternative to phpMyAdmin where we can manage content in MySQL, SQLite, Oracle, PostgreSQL databases effectively. Adminer Features > Basic functions : Add/remove/modify the databases and tables > Modify database objects (views, triggers, procedures, user permissions, variables, processes etc.) > Execute SQL commands from a text field or a file. > Import and export databases and tables. > Export database, data, structure, views, routines to SQL or CSV.
Capabilities Nagios provides complete URL monitoring of HTTP and HTTPS servers and protocols as well as full URL transaction monitoring. Benefits Implementing effective URL monitoring with Nagios offers the following benefits: >> Increased server, services, and application availability >> Fast detection of network outages and protocol failures >> Monitor user experience when accessing URLs >> Web server performance monitoring >> Web transaction monitoring >> URL monitoring
cPanel’s Site Software disables WordPress auto updates option. We can easily enable this option, for that we need to modify the following files and note that these files were only changed on WordPress sites that were installed using cPanel’s Site Software addon. Ensure to take a backup of these files before making any changes. => wp-admin/includes/update.php => wp-admin/update-core.php => wp-admin/includes/class-wp-upgrader.php
One of the main issues with hosting a WordPress website is that often it takes more than desirable time to load the home page. Below, a few tips and tricks are being discussed to improve the performance of a WordPress website. How to Speed up a WordPress website? ————————————- Fixing the page load speed of a WordPress website depends on the cause of the issue. This article only discusses the load time from the website’s point of view. The DNS or ISP aspects are not being discussed. * As a …