{"id":1970,"date":"2025-05-26T08:40:42","date_gmt":"2025-05-26T08:40:42","guid":{"rendered":"https:\/\/www.ucartz.com\/blog\/?p=1970"},"modified":"2025-05-26T08:40:44","modified_gmt":"2025-05-26T08:40:44","slug":"enable-telnet-linux-using-yum","status":"publish","type":"post","link":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/","title":{"rendered":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-1 wp-block-paragraph\">If you are planning to install Telnet functionality on your Linux system, you are likely aware of its significance in network management and debugging. To enable Telnet functionality on Linux using YUM, simply run the command <code class=\"\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum install -y telnet<\/mark><\/code> to install the Telnet client. If you&#8217;re trying to run the telnet command in Linux and it returns a \u201ccommand not found\u201d error, this guide is for you. In this blog, we&#8217;ll walk you through the easiest way to install and <a href=\"https:\/\/www.ucartz.com\/clients\/knowledgebase\/1395\/How-to-install-and-configure-telnet-CentOS-or-RHEL-7.html\" target=\"_blank\" rel=\"noreferrer noopener\">enable Telnet on Linux using YUM<\/a>, troubleshoot common issues, and even explore modern alternatives.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-2\"><strong>Relevance of Telnet<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3 wp-block-paragraph\">Although Telnet ( teletype network) lacks encryption, it remains an effective and straightforward way to test network connectivity, inspect port statuses, and troubleshoot network issues using simple Linux command-line tools. Its widespread use as a network debugging tool and remote login protocol proves its ongoing relevance.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-4 wp-block-paragraph\">While more secure options like <a href=\"https:\/\/www.ucartz.com\/clients\/knowledgebase\/396\/What-is-SSH-.html?language=azerbaijani\" target=\"_blank\" rel=\"noreferrer noopener\">SSH<\/a> are favored for remote access, Telnet still serves specific purposes. For example, it is ideal for verifying open ports, troubleshooting SMTP on the Telnet server, or diagnosing network device connectivity through Telnet port testing. The simplicity of the `telnet` command makes it an indispensable tool for system administrators and network engineers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-5\"><strong>What Is Telnet?<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-6 wp-block-paragraph\">Telnet is a network protocol used for bidirectional interactive text-based communication between a client and a server. It controls a computer or network device via a command-line interface. It operates on port 23 and follows a client-server model. \u00a0System administrators use it to test services like HTTP, SMTP, or FTP. Telnet transmits data in plain text, including passwords, which makes it vulnerable to eavesdropping and man-in-the-middle attacks. For this reason, Telnet is not recommended for use in production environments. However, in trusted local networks or for quick testing purposes, Telnet can still serve as a convenient tool.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Understanding YUM and Its Advantages<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is YUM?<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-7 wp-block-paragraph\">YUM, which stands for Yellowdog Updater Modified, is a free and open-source command-line package management utility designed for Linux operating systems that use the RPM (Red Hat Package Manager) package format. Developed by Seth Vidal, YUM was first released in June 2002 and has since become an essential tool for managing software packages on Red Hat-based distributions, including Red Hat Enterprise Linux, Fedora, and CentOS.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8 wp-block-paragraph\">YUM acts as a front-end to the RPM package manager, providing enhanced capabilities such as automatic dependency resolution, which simplifies the process of installing, updating, and removing software packages. Unlike RPM, which requires explicit specification of package sources, YUM can fetch packages from repositories without needing to manually point to the package sources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-9\"><strong>Benefits of Using YUM<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-10 wp-block-paragraph\">One of the primary advantages of using YUM is its ability to automatically resolve dependencies. When you install, update, or remove a package, YUM detects and manages all the necessary dependent packages, saving you the hassle of manually tracking and installing them. This feature makes package management significantly more efficient and user-friendly.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-11 wp-block-paragraph\">YUM also offers robust repository management. You can easily add or remove software repositories, allowing you to manage multiple sources of packages. This flexibility is particularly useful for maintaining a consistent and up-to-date set of software packages across your system.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-12 wp-block-paragraph\">In addition to its core functions, YUM can be configured through simple text files, enabling customization to suit specific user needs. This includes setting up automatic updates using the `yum-cron` service, which can be configured to check for updates at regular intervals, such as every hour or every day.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-13 wp-block-paragraph\">YUM&#8217;s command-line interface is intuitive and powerful, with a range of commands that allow you to perform various operations. For example, you can use <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>yum install package_name<\/code><\/mark> to install a package, <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>yum remove package_name<\/code><\/mark> to remove one, and <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>yum update<\/code><\/mark> to update all installed packages to the latest versions. These Linux commands for telnet make it easy to manage your software packages effectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Prerequisites Before Installing TELNET<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-14 wp-block-paragraph\">Before utilizing Telnet on Linux, set up two machines: designate one as the Telnet client and the other as the target system. Additionally, ensure you have terminal software ready on the client machine to execute <a href=\"https:\/\/www.hostinger.com\/tutorials\/linux-telnet-command\" target=\"_blank\" rel=\"noreferrer noopener\">Telnet commands<\/a>. You can opt for Linux&#8217;s built-in terminal or third-party applications such as PuTTY.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-15 wp-block-paragraph\">To ensure a smooth installation process, update your system&#8217;s package lists. This step guarantees that you have access to the latest package versions available in the repositories. Ensure you have administrative privileges (sudo access). CentOS 7\/8, RHEL 7\/8, or Fedora will be the compatible OS.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-16 wp-block-paragraph\">Open your terminal and run the following command to update your package lists:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo yum update<\/code><\/mark><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step by Step Guide to Install Telnet in Linux Using YUM<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-17 wp-block-paragraph\">Follow these steps to <a href=\"https:\/\/www.layerstack.com\/resources\/tutorials\/Installing-telnet-on-Linux-and-Windows-Cloud-Servers\" target=\"_blank\" rel=\"noreferrer noopener\">install Telnet<\/a> on CentOS\/RHEL-based systems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Update Your System<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-18 wp-block-paragraph\">Ensure your system is up-to-date before installing new packages:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-19 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum update -y\u00a0<\/mark><\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-20\"><strong><strong>Step 2: Install Telnet Client<\/strong><\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-21 wp-block-paragraph\">To install the Telnet client (for connecting to remote servers):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum install telnet -y<\/mark><\/code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8ed1fc\" class=\"has-inline-color\"><code>\u00a0<\/code><\/mark><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-22 wp-block-paragraph\">This allows you to test connections to other services, such as checking if a web server is reachable:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-23 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet example.com 80<\/mark><\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Install Telnet Server<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-24 wp-block-paragraph\">If you need to host a Telnet service (not recommended for production):<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-25 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum install telnet-server xinetd -y\u00a0<br><\/mark><\/code><br>Xinetd package is a super-server that manages connections to various network services, including Telnet. It is often required to manage and control the Telnet service.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-26 wp-block-paragraph\">The -y flag automatically answers &#8220;yes&#8221; to any prompts that may appear during the installation, allowing the process to proceed without manual intervention.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Configure Telnet Server on Linux<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-27 wp-block-paragraph\">After installation, configure the Telnet service to start and enable it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4.1. Enable the Telnet Service in Xinetd<\/strong><\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-28 wp-block-paragraph\">Open the Telnet service file:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo vi \/etc\/xinetd.d\/telnet\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Set <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">disable = no<\/mark> to enable the service:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-29 wp-block-paragraph\">Save and exit the file.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4.2: <\/strong><strong>Restart Xinetd and Enable at Boot<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo systemctl restart xinetd\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo systemctl enable xinetd\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-30 wp-block-paragraph\">This ensures the Telnet service starts automatically on boot.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-31\"><strong>Step 5: Open Firewall Ports for Telnet<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-32 wp-block-paragraph\">By default, firewalls may block Telnet\u2019s port (23). Add it to the firewall rules:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-33 wp-block-paragraph\"><strong>For Firewalld (CentOS\/RHEL 7+):<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-34 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo firewall-cmd --permanent --add-port=23\/tcp\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-35 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo firewall-cmd --reload<\/mark>\u00a0<\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-36 wp-block-paragraph\"><strong>For iptables (Legacy Systems):<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-37 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo iptables -A INPUT -p tcp --dport 23 -j ACCEPT<\/mark><\/code>\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-38 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo service iptables save\u00a0<\/mark><\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-39\"><strong>Step 6:\u00a0 Test Your Telnet Setup<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-40 wp-block-paragraph\">Use the Telnet client to verify connectivity:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-41\">From a remote machine:<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet &lt;your-server-ip> 23\u00a0<\/mark><\/code><\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-42\">If the connection is successful, you will see a login prompt.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Troubleshooting Common Issues<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-43 wp-block-paragraph\">Issues may arise during installation or use due to missing or misconfigured YUM repositories<br>running a minimal or custom OS image and using a newer Linux distro where Telnet is deprecated.Here\u2019s how to fix them:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u201cCommand not found\u201d Error<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-44 wp-block-paragraph\">Reinstall the package:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum reinstall telnet<\/mark><\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Connection Refused<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-45 wp-block-paragraph\">Ensure the remote server runs Telnet and port 23 is open. Check with:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-46 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>nmap &lt;server-ip><\/code><\/mark><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-47 wp-block-paragraph\">Whether the Telnet service is enabled in the <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>\/etc\/xinetd.d\/telnet<\/code><\/mark> configuration file. Ensure the disable parameter is set to no.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-48 wp-block-paragraph\">Whether the firewall is blocking port 23. Confirm that port 23 is open in the firewall settings.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-49 wp-block-paragraph\">Whether the Telnet server is listening on the correct IP address and port, use the <code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">netstat -tuln <\/mark><\/code>command to check if port 23 is in a listening state.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Server Not Accepting Connections<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-50 wp-block-paragraph\"><strong><br><\/strong>Verify the Telnet service is active:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-51 wp-block-paragraph\"><br><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo systemctl status telnet.socket<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-52 wp-block-paragraph\"><br>Confirm firewall settings allow port 23.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Fix &#8220;No Package Telnet Available&#8221; Error<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-53 wp-block-paragraph\">If YUM can\u2019t find Telnet, enable the EPEL repository:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-54 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo yum install -y epel-release\u00a0<\/mark><\/code>\u00a0\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-55 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo yum clean all\u00a0<\/code><\/mark>\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-56 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo yum makecachetelnet<\/code><\/mark><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-57 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo yum install -y telnet\u00a0<\/code><\/mark><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Resolve Firewall Conflicts<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-58 wp-block-paragraph\">Allow Telnet through firewalld (port 23):<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-59 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">sudo firewall-cmd --permanent --add-port=23\/tcp<\/mark><\/code>\u00a0\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-60 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo firewall-cmd --reload\u00a0<\/code><\/mark><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Security Alerts from Antivirus Software:<\/strong><\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-61 wp-block-paragraph\">Some antivirus software may flag Telnet connections as potential security risks. If you receive such alerts, review your antivirus settings to allow Telnet connections temporarily. However, for long-term use, it is still recommended to switch to more secure protocols like SSH.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using Telnet Securely<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/security-measures-telnet-1024x536.webp\" alt=\"security measures telnet\" class=\"wp-image-1972\" srcset=\"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/security-measures-telnet-1024x536.webp 1024w, https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/security-measures-telnet-300x157.webp 300w, https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/security-measures-telnet-768x402.webp 768w, https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/security-measures-telnet.webp 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-62 wp-block-paragraph\">Implement strict access controls and firewall rules to restrict access to Telnet services. Ensure that only necessary ports are open, and access is limited to trusted IP addresses. This can help reduce the attack surface and minimize the risk of unauthorized access. To set up DNS records, refer to the <a href=\"https:\/\/cloud.google.com\/dns\/docs\/set-up-dns-records-domain-name\" target=\"_blank\" rel=\"noreferrer noopener\">DNS documentation<\/a>.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-63 wp-block-paragraph\">Regularly monitor your network traffic and system logs for any suspicious activity. Tools like tcpdump and system auditing tools can help detect and respond to potential security breaches promptly.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-64 wp-block-paragraph\">1. <strong>Limit Connections<\/strong>: To enhance security, you can limit the number of Telnet connections. Edit the <code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">\/etc\/xinetd.conf<\/mark><\/code> file and adjust the instances and per_source parameters. For example:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-65 wp-block-paragraph\">instances = 10<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-66 wp-block-paragraph\">per_source = 5<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-67 wp-block-paragraph\">This limits the total number of simultaneous connections to 10 and restricts each source IP to a maximum of 5 connections. After making changes, restart the xinetd service.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-68 wp-block-paragraph\">2. <strong>Firewall Settings<\/strong>: Ensure the firewall allows traffic on Telnet&#8217;s default port 23. If using Firewalld, execute:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-69 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">firewall-cmd --permanent --add-port=23\/tcp<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-70 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">firewall-cmd --reload<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-71 wp-block-paragraph\"><br>If using UFW, run:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-72 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">ufw allow 23\/tcp<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-73 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">ufw reload<\/mark><\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Alternative of telnet in linux<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><strong>Tool<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Command<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Use Case<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SSH<\/td><td class=\"has-text-align-center\" data-align=\"center\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">ssh user@example.com<\/mark><\/code><\/td><td class=\"has-text-align-center\" data-align=\"center\">Encrypted remote access<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Netcat<\/td><td class=\"has-text-align-center\" data-align=\"center\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">nc -zv hostname 80<\/mark><\/code><\/td><td class=\"has-text-align-center\" data-align=\"center\">Port Testing<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">OpenSSL<\/td><td class=\"has-text-align-center\" data-align=\"center\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">openssl s_client -connect example.com:443<\/mark><\/code><\/td><td class=\"has-text-align-center\" data-align=\"center\">SSL\/TLS checks<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">nmap<\/td><td class=\"has-text-align-center\" data-align=\"center\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>nmap -p 23 hostname<\/code><\/mark><\/td><td class=\"has-text-align-center\" data-align=\"center\">scanning and port testing<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Rlogin<\/td><td class=\"has-text-align-center\" data-align=\"center\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">rlogin hostname -l username<\/mark><\/code><\/td><td class=\"has-text-align-center\" data-align=\"center\">Remote login with flexibility<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Rsh<\/td><td class=\"has-text-align-center\" data-align=\"center\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>rsh hostname command<\/code><\/mark><\/td><td class=\"has-text-align-center\" data-align=\"center\">Remote command execution<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-74 wp-block-paragraph\">Explore our guides on <a href=\"https:\/\/www.ucartz.com\/clients\/knowledgebase\/2096\/Remote-Linux-desktop-on-your-VPS-with-SSH-and-VNC.html\" target=\"_blank\" rel=\"noreferrer noopener\">SSH configuration<\/a> or installing <a href=\"https:\/\/www.ucartz.com\/clients\/knowledgebase\/658\/How-to-Install-and-Use-netcat-Command-on-Linux.html\" target=\"_blank\" rel=\"noreferrer noopener\">Netcat<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-75\"><strong>Applications of Telnet<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-76 wp-block-paragraph\">Here are some of the applications:<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-77\">1. Test Web Server Connectivity<\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-78 wp-block-paragraph\">Use Telnet to check if a web server (port 80) is reachable:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-79 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet www.example.com 80\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-80 wp-block-paragraph\">If the connection is successful, you\u2019ll see a blank screen. Then, type an HTTP request:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-81 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">GET \/ HTTP\/1.1\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-82 wp-block-paragraph\">Host: www.example.com&nbsp;<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-83 wp-block-paragraph\">Press Enter twice. The server will respond with HTTP headers and content.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Verify SMTP Server Availability<\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-84 wp-block-paragraph\">Test if an email server (port 25) is accepting connections:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-85 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet mail.example.com 25\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-86 wp-block-paragraph\">You will receive a response like<strong> <\/strong><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">220 mail.example.com ESMTP<\/mark><\/code><strong>.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Check Database Port Accessibility<\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-87 wp-block-paragraph\">Verify if a MySQL server (port 3306) is accessible:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-88 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet db.example.com 3306\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-89 wp-block-paragraph\">A successful connection will show MySQL\u2019s handshake packet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Diagnose DNS Server Issues<\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-90 wp-block-paragraph\">Test if a DNS server (port 53) is responding:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-91 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet ns1.example.com 53<\/mark><\/code>\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-92 wp-block-paragraph\">Note: This works only for DNS servers configured to accept TCP connections. Most DNS uses UDP.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Debug FTP Server Configuration<\/h3>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-93 wp-block-paragraph\">Check if an FTP server (port 21) is reachable:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-94 wp-block-paragraph\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">telnet ftp.example.com 21\u00a0<\/mark><\/code><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-95 wp-block-paragraph\">You\u2019ll receive a 220 response. Type <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">USER anonymous<\/mark> and <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">PASS<\/mark> to test login functionality.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-96 wp-block-paragraph\">Telnet is no longer the go-to tool for secure communications, it remains useful for testing and working with legacy systems. With YUM, enabling Telnet functionality on Linux is straightforward, and troubleshooting errors is manageable with the tips provided. Consider using SSH or Netcat as safer alternatives. Still, knowing how to install and use Telnet in Linux remains a valuable skill in your sysadmin toolbox.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-97\"><strong>FAQ<\/strong><\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-98 wp-block-paragraph\">1. <strong>How to uninstall Telnet?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-99 wp-block-paragraph\">To install Telnet use the following command: <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo yum remove -y telnet\u00a0<\/code><\/mark><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-100 wp-block-paragraph\">2. <strong>Can I use DNF to install Telnet ?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-101 wp-block-paragraph\">Yes, on CentOS 8, use dnf install telnet. YUM works as an alias.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-102 wp-block-paragraph\">3. <strong>How do I install Telnet in Linux without YUM?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-103 wp-block-paragraph\">Use <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">dnf<\/mark> on newer distributions or compile from source. For example:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-104 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\"><code>sudo dnf install telnet\u00a0<\/code><\/mark><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-105 wp-block-paragraph\">4. <strong>Can I use Telnet for web testing?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-106 wp-block-paragraph\">Yes, but it\u2019s limited. For HTTP testing, tools like <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">curl<\/mark> or <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">wget<\/mark> are better suited.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-107 wp-block-paragraph\">5. <strong>Is Telnet supported on all Linux distributions?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-108 wp-block-paragraph\">Telnet is supported on most Linux distributions, but its installation method may vary. For Debian-based distributions like Ubuntu, use APT for installation; for Red Hat-based distributions like CentOS and RHEL, use YUM or DNF.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-109 wp-block-paragraph\">6. <strong>Can I use Telnet for HTTPS?<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-110 wp-block-paragraph\">No, HTTPS uses SSL\/TLS encryption. Use <code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-palette-color-1-color\">openssl s_client <\/mark><\/code>instead.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-111 wp-block-paragraph\"><br><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-112 wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are planning to install Telnet functionality on your Linux system, you are likely aware of its significance in network management and debugging. To enable Telnet functionality on Linux using YUM, simply run the command sudo yum install -y telnet to install the Telnet client. If you&#8217;re trying to run the telnet command in [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":1971,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[222],"tags":[394,453,457,456],"class_list":["post-1970","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-tutorials-guides","tag-linux","tag-telnet","tag-telnet-installation","tag-yum"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Easiest Way to Enable Telnet Functionality on Linux Using YUM<\/title>\n<meta name=\"description\" content=\"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Easiest Way to Enable Telnet Functionality on Linux Using YUM\" \/>\n<meta property=\"og:description\" content=\"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting and IT Consultancy Services\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-26T08:40:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-26T08:40:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Binila Treesa Babu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Binila Treesa Babu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/\"},\"author\":{\"name\":\"Binila Treesa Babu\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/person\\\/5a837c21b70e716682e217591bdb30f4\"},\"headline\":\"The Easiest Way to Enable Telnet Functionality on Linux Using YUM\",\"datePublished\":\"2025-05-26T08:40:42+00:00\",\"dateModified\":\"2025-05-26T08:40:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/\"},\"wordCount\":1736,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/yum-install-telnet.webp\",\"keywords\":[\"Linux\",\"telnet\",\"Telnet installation\",\"YUM\"],\"articleSection\":[\"Linux Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/\",\"name\":\"The Easiest Way to Enable Telnet Functionality on Linux Using YUM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/yum-install-telnet.webp\",\"datePublished\":\"2025-05-26T08:40:42+00:00\",\"dateModified\":\"2025-05-26T08:40:44+00:00\",\"description\":\"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/yum-install-telnet.webp\",\"contentUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/yum-install-telnet.webp\",\"width\":1200,\"height\":628,\"caption\":\"enable telnet on linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/enable-telnet-linux-using-yum\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Easiest Way to Enable Telnet Functionality on Linux Using YUM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\",\"name\":\"Web Hosting and IT Consultancy Services\",\"description\":\"Discover the Potential of Digital Transformation through Effortless Hosting and Professional IT Consulting!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\",\"name\":\"Web Hosting and IT Consultancy Services\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/ucartzLogo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/ucartzLogo-1.png\",\"width\":165,\"height\":50,\"caption\":\"Web Hosting and IT Consultancy Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/person\\\/5a837c21b70e716682e217591bdb30f4\",\"name\":\"Binila Treesa Babu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g\",\"caption\":\"Binila Treesa Babu\"},\"description\":\"I am Binila Treesa Babu, a content writer specializing in dedicated servers, cloud hosting, and cybersecurity. I help businesses and developers choose the best hosting solutions by providing in-depth insights, reviews, and expert recommendations. Follow for expert tips and trends!\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/author\\\/binila-treesa-babu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM","description":"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/","og_locale":"en_US","og_type":"article","og_title":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM","og_description":"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!","og_url":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/","og_site_name":"Web Hosting and IT Consultancy Services","article_published_time":"2025-05-26T08:40:42+00:00","article_modified_time":"2025-05-26T08:40:44+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp","type":"image\/webp"}],"author":"Binila Treesa Babu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Binila Treesa Babu","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#article","isPartOf":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/"},"author":{"name":"Binila Treesa Babu","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/person\/5a837c21b70e716682e217591bdb30f4"},"headline":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM","datePublished":"2025-05-26T08:40:42+00:00","dateModified":"2025-05-26T08:40:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/"},"wordCount":1736,"commentCount":0,"publisher":{"@id":"https:\/\/www.ucartz.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp","keywords":["Linux","telnet","Telnet installation","YUM"],"articleSection":["Linux Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/","url":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/","name":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM","isPartOf":{"@id":"https:\/\/www.ucartz.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#primaryimage"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp","datePublished":"2025-05-26T08:40:42+00:00","dateModified":"2025-05-26T08:40:44+00:00","description":"Enable Telnet on Linux effortlessly using YUM. Our comprehensive guide walks you through each step. Start now and master Telnet!","breadcrumb":{"@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#primaryimage","url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp","contentUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/05\/yum-install-telnet.webp","width":1200,"height":628,"caption":"enable telnet on linux"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ucartz.com\/blog\/enable-telnet-linux-using-yum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ucartz.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The Easiest Way to Enable Telnet Functionality on Linux Using YUM"}]},{"@type":"WebSite","@id":"https:\/\/www.ucartz.com\/blog\/#website","url":"https:\/\/www.ucartz.com\/blog\/","name":"Web Hosting and IT Consultancy Services","description":"Discover the Potential of Digital Transformation through Effortless Hosting and Professional IT Consulting!","publisher":{"@id":"https:\/\/www.ucartz.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ucartz.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.ucartz.com\/blog\/#organization","name":"Web Hosting and IT Consultancy Services","url":"https:\/\/www.ucartz.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2021\/08\/ucartzLogo-1.png","contentUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2021\/08\/ucartzLogo-1.png","width":165,"height":50,"caption":"Web Hosting and IT Consultancy Services"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/person\/5a837c21b70e716682e217591bdb30f4","name":"Binila Treesa Babu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8283a00d1a8cf6739945ebc2872a029483b43dcc2cc93f0a5abe491e114a7fa0?s=96&d=mm&r=g","caption":"Binila Treesa Babu"},"description":"I am Binila Treesa Babu, a content writer specializing in dedicated servers, cloud hosting, and cybersecurity. I help businesses and developers choose the best hosting solutions by providing in-depth insights, reviews, and expert recommendations. Follow for expert tips and trends!","url":"https:\/\/www.ucartz.com\/blog\/author\/binila-treesa-babu\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/1970","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/comments?post=1970"}],"version-history":[{"count":1,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/1970\/revisions"}],"predecessor-version":[{"id":1973,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/1970\/revisions\/1973"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/media\/1971"}],"wp:attachment":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/media?parent=1970"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/categories?post=1970"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/tags?post=1970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}