🛠️ What You Need:
Laptop or PC with Ethernet port (or USB Ethernet adapter)
Ethernet cable
Access to TMS
Step 1️⃣: Connect to the IPMI Port
Locate the IPMI (BMC) Ethernet port on the TMS
Connect an Ethernet cable:
Step 2️⃣: Find IPMI IP Address (from BIOS)
You will need a monitor and keyboard connected to the TMS.
Power on the server and press
DEL(or sometimesF2) during POST to enter BIOS.Go to:
Advanced → IPMI Configuration
(or sometimes named BMC Network Configuration)
Check:
Current IP Address (you can write it down)
DHCP: Enabled (dynamic IP) or Disabled (static IP)
Step 3️⃣: Set a Static IP for IPMI (Recommended)
In IPMI Configuration:
Set Configuration Address Source to Static.
Enter the following:
Static IP Address: Example →
192.168.1.100Subnet Mask: Example →
255.255.255.0Gateway IP Address: Example →
192.168.1.1(can be blank for direct cable)
Save and exit:
Press
F10to save settings and exit BIOS.Wait for server reboot.
Step 4️⃣: Set a Static IP on Laptop/PC (For Direct Connection)
If your laptop is directly connected to IPMI (no network switch), you need to set a static IP on your laptop in the same range:
On Windows:
Go to Control Panel → Network and Sharing Center → Change adapter settings.
Right-click your Ethernet adapter → Properties.
Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
Choose: Use the following IP address.
Example values:
IP Address:
192.168.1.10
(any IP in same subnet but not the same as IPMI)Subnet Mask:
255.255.255.0Default Gateway: leave blank or
192.168.1.1
Click OK.
Step 5️⃣: Access IPMI Web Interface
Open a web browser (Chrome/Firefox).
Type IPMI IP address in the address bar:
Example →http://192.168.1.100You should see the IPMI web login page.
Troubleshooting Tips:
If browser does not load IPMI page:
Double-check IP address from BIOS.
Verify static IP settings on laptop.
Open CMD and try pinging the IPMI IP:
ping 192.168.1.100
Power off TMS and disconnect the power leads, wait 5 minutes and then power up the TMS again.
