SHARE
Facebook X Pinterest WhatsApp

Top 3 Non-graphical Browser Options

Written By
thumbnail Juliet Kemp
Juliet Kemp
Jul 20, 2010
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



Ever been logged on via console and wanted to get Web access without firing up a graphical browser? I most often need this when setting up apps with Web interfaces and wanting to check the state of the interface locally.

Sometimes you need Web access but don’t want a graphical browser. Here are three programs, some of which you probably already have, to get you started.

Here are three options. Chances are at least one will already exist on the system you’re accessing. They all use keystrokes for navigation: Check the help pages for details.

  • lynx: Probably the most basic. Doesn’t deal well with tables, they’re just shown as lines with no cell separation. It does have fairly basic frames support; you navigate frames individually. It also has colors, at least in the current Debian/Ubuntu version (the lynx-curpackage, v2.8.7).

    Hit ‘o’ for the settings page, which allows color configuration (among other things). Hit ‘h’ for help.

  • w3m: Handles tables happily and will render frames properly if you turn that option on.

    Hit ‘o’ for the options settings, w3mis highly configurable. It has colors by default. Hit ‘H’ for help.

  • links: Renders both tables and frames properly. I found it to handle frames and screen real estate better than w3m. Colors are available but seem not to be set up by default.

    See the manual for information on colour configuration, or just hit ‘ESC’, go to the ‘Setup’ then ‘Terminal Options’ menu, and choose the ‘Color’ option). Hit ‘ESC’ and go to the Help menu for help.

You can also use text browsers to easily dump a page to stdout, either as formatted output or as sourcecode. This can be useful if you want to process Web page output with a script. Try w3m --dump or w3m --dump-source (lynx --dump and lynx --source; links -dump and links -source).

Follow ServerWatch on Twitter

thumbnail Juliet Kemp

Juliet Kemp is a ServerWatch contributor.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
What Is a Network Policy Server (NPS)? | Essential Guide
Virtual Servers vs. Physical Servers: Comparison and Use Cases
Ray Fernandez
Nov 14, 2023
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.