Skip to content

Plex Logo Ascii Art that can be shown to a user when connecting to a Linux server via SSH - Please Note: This project is not associated with Plex Inc

License

Notifications You must be signed in to change notification settings

laidbackcoder/PlexServer_SSH_AsciiArt

Repository files navigation

Plex Media Server - Ascii Art

Plex Logo Ascii Art Example:

Plex Logo in ASCII Art

Show on SSH Connection

To display the ASCII Art when a user connects to a Linux server via SSH, add the following text to the end of the "/etc/bash.bashrc" file on the server:

if [[ -n $SSH_CONNECTION ]] ; then

    clear
    
    echo "Welcome to..."
    echo ""
    echo -e " ██████  ██      ███████ \e[93m██\e[39m   ██ "
    echo -e " ██   ██ ██      ██       \e[93m██\e[39m ██  "
    echo -e " ██████  ██      █████     \e[93m███\e[39m   "
    echo -e " ██      ██      ██       \e[93m██\e[39m ██  "
    echo -e " ██      ███████ ███████ \e[93m██\e[39m   ██ "
    echo -e "                    \e[1mMedia Server"
    echo ""

fi

On connection, it will look something like this:

Plex Logo in ASCII Art - SSH Example

About

Plex Logo Ascii Art that can be shown to a user when connecting to a Linux server via SSH - Please Note: This project is not associated with Plex Inc

Topics

Resources

License

Stars

Watchers

Forks

Languages