diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx
index e8ecac5..9de7161 100644
--- a/AppImage/components/virtual-machines.tsx
+++ b/AppImage/components/virtual-machines.tsx
@@ -521,6 +521,13 @@ export function VirtualMachines() {
{vm.name}
ID: {vm.vmid}
+ {lxcIP && (
+
+ IP: {lxcIP}
+
+ )}
Uptime: {formatUptime(vm.uptime)}