April 29, 2024

How to Install Telnet on Your Mac

Posted January 19, 2021 at 12:12am by iClarified · 68343 views
These are instructions on how to install Telnet on your Mac. We'll be using macOS Big Sur for this tutorial but the procedure is the same for other versions of macOS.

Step One
Launch Terminal from Applications > Utilities folder.


Step Two
Install Homebrew by entering the following command into the Terminal window:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"


Input your administrative password when prompted


Press RETURN to begin installation


**If you already have Homebrew installed, use the command "brew update" instead. This command may take some time to run.


Step Three
Once Homebrew is installed, you can install telnet using the following command:

brew install telnet


Step Four
You can now use telnet directly from Terminal. For example, telnet [ip address]. More details on how use to use telnet can be found by entering man telnet.