Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

How to know your qBittorrent server's IP address

Luis M. Gallardo D. edited this page Mar 9, 2015 · 8 revisions

Windows

  1. Open the "Network and Sharing Center". This can be done from the "Network" connection area.

    • For Windows 7/8, click on the network connection icon in the notification area. Select "Open Network and Sharing Center" from the options that appear.
    • For Windows Vista, open your "Start" menu using the button in the lower left corner of your screen. Right-click on the word "Network," the click on the word "Properties" from the resulting pop-up menu to open the "Network and Sharing Center."
    • For Windows XP, open your "Start" menu by clicking on the button in the lower left corner of your screen. Right-click on "My Network Places" and select "Properties" from the resulting pop-up menu.
  2. View the IP address of a wired connection. You can do this by selecting the "Local Area Connection" option.

    • For Windows 7/8, simply click on "Local Area Connection."
    • For Windows Vista, click on "View Status," which should be located to the right of "Local Area Connection."
    • For Windows XP, double-click on "Local Area Connection."
  3. View the IP address of a wireless adapter. This can be done through the "Wireless Network Connection" option.

    • For Windows 7, click on "Wireless Network Connection (Network Name)."
    • For Windows Vista, click on "View Status," located to the right of "Wireless Network Connection."
    • For Windows XP, double-click on "Wireless Network Connection."

Mac

  1. Go to the Apple Menu, then select System Preferences

  2. Click on "Network" in the System Preferences panel.

  3. Under "Show:", select the network interface that you want the IP/MAC address for. Generally, this will either be Built-In Ethernet or Airport.

  4. To find the IP address, click on the TCP/IP tab.

In this example, the IP address is 72.44.0.152

Linux

If your server is running on Linux, to know your server's IP address just type the following in a terminal:

root@server:~# ifconfig eth0

eth0      Link encap:Ethernet  HWaddr d0:67:e5:52:d2:d3  
          inet addr:192.168.1.115  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX byte

Replace eth0 for your network interface. In this example, the IP address is 192.168.1.115