To connect to a server on its Telnet port via your Mac's Terminal application, you need to follow these steps:
- Open Applications -> Utilities -> Terminal
- Type the following command telnet yourdomain.com
- Enter the username and password for your connection
If you need additional options, please use telnet --help to get a list of the available parameters the command can receive.