Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

telnet session on Mac

Featured Replies

On my Windows PC i'm using Putty to connect to my unraid machine, and when i do, it immediatly starts a telnet session, and it prompts me with the unraid login, in which i only have to enter 'root':

UNRAID login: 

 

But on my mac mini, using iTerm2, i have to manually connect using the telnet command, and it asks me for a password? I can just add anything and enter, and after that it connects me to unraid's prompt.

Mac-Mini:~ xxxxx$ telnet 192.168.1.25
Trying 192.168.1.25...
Connected to UNRAID.
Escape character is '^]'.
Password: 

 

How can i make iTerm work as easy as Putty?

In other words, i want iTerm to only show me unraid's prompt and skip the whole escape character and password thingy.

  • Author

Thanks! Now i don't even have to enter 'root' 8)

Use ssh and keys and you don't even need a password :)

you can add this line to your ~/.profile file:

 

alias telnet="telnet -l root 192.168.1.111"

 

next time you can type just "telnet", without root or server address (which of course you have to change so it matches your setup). you can use any word you like, it doesn't have to be "telnet"

  • Author

Use ssh and keys and you don't even need a password :)

A how-to or link to an explanation would be nice :)

you can add this line to your ~/.profile file:

 

alias telnet="telnet -l root 192.168.1.111"

 

next time you can type just "telnet", without root or server address (which of course you have to change so it matches your setup). you can use any word you like, it doesn't have to be "telnet"

 

How do I find my profile file and does this work with terminal?

On my Windows PC i'm using Putty to connect to my unraid machine, and when i do, it immediatly starts a telnet session, and it prompts me with the unraid login, in which i only have to enter 'root':

UNRAID login: 

 

But on my mac mini, using iTerm2, i have to manually connect using the telnet command, and it asks me for a password? I can just add anything and enter, and after that it connects me to unraid's prompt.

Mac-Mini:~ xxxxx$ telnet 192.168.1.25
Trying 192.168.1.25...
Connected to UNRAID.
Escape character is '^]'.
Password: 

 

How can i make iTerm work as easy as Putty?

In other words, i want iTerm to only show me unraid's prompt and skip the whole escape character and password thingy.

 

Just it enter and the login prompt will appear.

  • Author

Just it enter and the login prompt will appear.

Yeah i know. Like i said, that is NOT what i want.

Anyway, gfjardim gave the right answer.

you can add this line to your ~/.profile file:

 

alias telnet="telnet -l root 192.168.1.111"

 

next time you can type just "telnet", without root or server address (which of course you have to change so it matches your setup). you can use any word you like, it doesn't have to be "telnet"

 

How do I find my profile file and does this work with terminal?

.profile is a hidden file (hence the "." before the file name) in your OS X home folder, path is : /Users/YOURUSERNAME/.profile or shortened path: ~/.profile.

If the file doesnt exist, you have to create it. Open Terminal and type:

pico ~/.profile

paste the alias code, and when you are done, press CTRL+X (for Exit), then Y (for Yes) and then Enter. Alias should work when you close Terminal and open it again.

thank you , that worked

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.