Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Display IP Address on the System Tray on Ubuntu

Understand Display IP Address on the System Tray on Ubuntu with clear explanations, practical examples, and useful tips. This updated guide covers the...

Table of Contents

Display IP Address on the System Tray on Ubuntu is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

In some cases, troubleshooting a problem requires a computer IP address to check the system IP address. If you are using Ubuntu and want to find the available IP address on your computer, you can display IP address in the system tray.

In the following article, the network administrator will show you how to display the IP address in the system tray.

Display IP Address on the System Tray on Ubuntu example image 1

How to display the IP address on the system tray on Ubuntu?

To display the IP address on the system tray on Ubuntu you will have to rely on the help of the 3rd tool. The third tool that the Network Administrator wants to mention here is Indicator-IP.

To download and install Indicator-IP on Ubuntu systems, run the following commands:

sudo apt-add ppa repository: bovender / bovender

sudo apt-get update

sudo apt-get install indicator-ip

After installation is complete, you can run the tool by running the following command:

indicator-ip

Or press Alt + F2 .

Display IP Address on the System Tray on Ubuntu example image 2

Features and usage of Indicator-IP

The purpose of Indicator-IP is to display IP-related information on your Unbuntu computer. Using the tool is quite simple. After Indicator-IP launches, there is no interface on the screen, and a new icon - the icon that displays the Public IP address appears on the left side of the system tray on your computer.

Public IP address is the address that confirms your computer on the Internet.

Not only IP Public address, Indicator-IP also display Local IP addresses on Ubuntu, to do this you have to click on the indicator menu.

Display IP Address on the System Tray on Ubuntu example image 3

If you want the tool to display the Local IP address as an indicator icon, just click on the corresponding item on the menu, such as the illustration below:

Display IP Address on the System Tray on Ubuntu example image 4

If you want to control the behavior from the command, the "-i" option allows you to do this. As an example,, the following command will open the tool to display the public IP address as an indicator icon:

indicator-ip -i public

Display IP Address on the System Tray on Ubuntu example image 5

And the following command will make sure that the Local IP address (or eth0 interface) is displayed in the system tray by default:

indicator-ip -u -i eth0

The address information provided by Indicator-IP tool is from service " checkip.amazonaws.com ". But you can ask the tool to get information from other alternative services, such as " icanhazip.com ".

To change the default service from 'checkip.amazonaws.com' to 'icanhazip.com' or other services you want, you can use the "-u" option . Here is an example:

indicator-ip -u icanhazip.com

Refer to some of the following articles:

  • How to use Command Prompt to manage wireless networks on Windows 10?
  • Automatic timer to turn on Wifi after 1 hour, 4 hours or 1 day on Windows 10
  • Conflict of IP address error when connecting to Wifi on iPhone, iPad, this is a fix

Good luck!

FAQ

How to display the IP address on the system tray on Ubuntu?

To display the IP address on the system tray on Ubuntu you will have to rely on the help of the 3rd tool. The third tool that the Network Administrator wants to mention here is Indicator-IP.

What should you know about features and usage of Indicator-IP?

The purpose of Indicator-IP is to display IP-related information on your Unbuntu computer. Using the tool is quite simple. After Indicator-IP launches, there is no interface on the screen, and a new icon - the icon that displays the Public IP address appears.

What is Display IP Address on the System Tray on Ubuntu?

In some cases, troubleshooting a problem requires a computer IP address to check the system IP address.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.