PDF download Download Article
A simple, nerdy way to watch Star Wars on your computer
PDF download Download Article

This wikiHow teaches you how to watch an animated version of Star Wars rendered entirely in ASCII characters (by folks with a lot of free time) using the telnet command on your computer. As of 2024, the server hosting the ASCII version of Star Wars isn't online as much as it used to be, but don't worry—if you're really wanting to watch the ASCII-animated version of Star Wars, you can always view the Java version on the original creator's website!

Quick Steps

  1. Install Telnet if you don't have it.
  2. Open Command Prompt (CMD) or Terminal.
  3. Type "telnet" and press Enter or Return.
  4. Type "o" and press Enter or Return.
  5. Type "towel.blinkenlights.nl" and press Enter or Return.
Method 1
Method 1 of 2:

Windows

PDF download Download Article
  1. The easiest way to do this is to press Windows key + S to activate the search bar, type cmd, and then click Command Prompt in the search results.
    • If you're not already connected to the internet, make sure you do so before you continue.
  2. Telnet is a tool used to make connections to remote servers. Because telnet isn't as widely used as it used to be (and more secure options exist), it no longer comes preinstalled on most Windows systems. To find out if you have telnet:
    • Type telnet at the command prompt and press Enter.
    • If you see "Welcome to Microsoft Telnet Client" and a prompt that begins with Microsoft Telnet>, you have telnet. For now, just type a q and press Enter to quit telnet and return to the prompt.
    • If you see an error that says "'telnet' is not recognized as an internal or external command, operable program or batch file," you must install telnet.
    Advertisement
  3. If you already have telnet, skip to the next step. If not, here's how you can easily install it:
    • Windows 10
      • Right-click the Windows Start menu and select Programs and Features.[1]
      • Click Turn Windows features on or off in the left panel.
      • Scroll down, check the box next to "Telnet Client," and click OK.
      • Close and re-open the Command Prompt.
    • Windows 11
      • Press the Windows key and type control.
      • Click Control Panel in the search results.
      • Under "Programs," click Uninstall a program.
      • Click Turn Windows features on or off in the left panel.
      • Scroll down, check the box next to "Telnet Client," and click OK.
      • Close and re-open the Command Prompt.
  4. This opens the telnet interface.
  5. "O" stands for "open," and this command tells telnet to open a connection. The command line will change to ( to ).
  6. This connects you to the server that hosts the Star Wars animation. After rolling some credits, the movie will begin!
    • To stop the animation and exit telnet, press Ctrl + ].
    • Sadly, the server is not up as often as it used to be. If you see an error that says, "Could not open connection to the host, on port 23: Connect failed," the server is not currently accepting connections. You can still watch the movie in your web browser at http://www.asciimation.co.nz/index.php.
  7. Advertisement
Method 2
Method 2 of 2:

Mac

PDF download Download Article
  1. An easy way to do this is to click the Launchpad icon (the multicolored squares on the dock), type terminal, and then click the Terminal icon.[2]
    • You can also open Terminal in Finder—just open the Applications folder, double-click the Utilities folder, and then double-click Terminal.
  2. As of macOS Mojave, telnet is no longer installed by default. To install it quickly and easily, you can use Homebrew. Here's how:
    • If you're not already connected to the internet, make sure you do so before you continue.
    • Type: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)".[3]
    • Press Return.
    • Follow the on-screen instructions to install Homebrew.
  3. This installs telnet on your Mac.[4]
  4. This opens telnet.
  5. This is the command to open a Telnet connection (the "o" stands for "open").
  6. This opens a connection to the host that hosts the Star Wars animation. After some opening credits, the movie will begin to play.
    • To stop the animation and exit telnet, press Ctrl + C.
    • Sadly, the server is not up as often as it used to be. If you see an error that says, "Could not open connection to the host, on port 23: Connect failed," the server is not currently accepting connections. You can still watch the movie in your web browser at http://www.asciimation.co.nz/index.php.
  7. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How can I terminate this command?
    Community Answer
    Community Answer
    You can terminate any command in the Command Prompt by pressing ctrl-C. You can also just click on the small red X button in the top right corner of the Command Prompt window.
  • Question
    Do I need to connect to the internet?
    Community Answer
    Community Answer
    Yes. When you are watching Star Wars in the command prompt, you are using Telnet (also known as "remote desktop connection") to connect to whoever made this computer through the internet.
  • Question
    I turned on Telnet, but it didn't install anything on the latest version of Windows. What could be wrong?
    Community Answer
    Community Answer
    It might have been installed already. Try to watch Star Wars in command prompt with the settings set to on.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Video

Tips

  • The original creator of ASCII Star Wars began the project in 1997, and completed it in 2015.[5] Although the term "completed" isn't totally true—only about half of the original Star Wars movie is included in the animation.
  • If the server is down when you try to connect, try again later—it tends to go up and down.
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement

You Might Also Like

Fix Full Screen in Command Prompt (CMD)Fix Full Screen in Command Prompt (CMD)
Change a Computer Password Using Command Prompt Change a Windows Password Using Command Prompt
Change Directories in Command Prompt Navigate to a Different Folder in the Command Prompt
Format a USB Using Cmd Format a USB Using CMD (Command Prompt)
Reboot from Command Prompt on WindowsReboot from Command Prompt on Windows
Open a Folder in Cmd Open a Folder in Command Prompt (CMD)
Use Windows Command Prompt to Run a Python FileUse Windows Command Prompt to Run a Python File
Add Users from CMDAdd Users from CMD
Run a Batch File from the Command Line on Windows Run a Windows Batch File from the Command Line (CMD)
Open the Command Prompt in Windows5 Simple Ways to Open the Command Prompt in Windows
Open Command Prompt with a Keyboard Shortcut (Windows 8, 8.1, and 10)3 Ways to Open Command Prompt with Keyboard on Windows
Use Net SendUse Net Send
Copy Files in Command PromptCopy Files in Command Prompt
Merge Text (.Txt) Files in Command Prompt Merge Multiple Text Files in Command Prompt, Notepad, & More
Advertisement

About This Article

Nicole Levine, MFA
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions. This article has been viewed 917,174 times.
How helpful is this?
Co-authors: 33
Updated: November 28, 2024
Views: 917,174
Article SummaryX

1. Install telnet if it's not installed.
2. Open the command prompt.
3. Type telnet towel.blinkenlights.nl and press Enter.

Did this summary help you?

Thanks to all authors for creating a page that has been read 917,174 times.

Is this article up to date?

Advertisement