Hi Adeniyi Ezekiel,
Because neither Remote Desktop nor the hosted application is reachable, the server is completely isolated from the network, making out-of-band console access your mandatory first step. You must connect directly to the hardware management interface like iDRAC or iLO, the hypervisor console if it is a virtual machine, or the serial console for cloud environments. This console access bypasses the standard network stack, acting exactly like a physical monitor and keyboard plugged into the machine. Once logged in, open a command prompt and verify the base network configuration by pinging your default gateway and checking the adapter status to rule out a disconnected virtual switch or a static IP conflict on your subnet.
If the core network is operational, you must verify the Remote Desktop protocol status by running the qwinsta command to see if the listener is active. If the RDP interface is down or missing, open the Registry Editor and navigate exactly to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server to inspect the fDenyTSConnections value. Changing this key to 0 stops the operating system from actively blocking remote management sessions. Finally, open the Windows Services console to ensure the Remote Desktop Services are running under their default permissions, and verify that the Windows Firewall allows inbound TCP traffic on port 3389. Once network and RDP access are restored, you can use this exact methodology to check your specific application's service state and firewall port bindings.
Hope this answer brought you some useful information. If it did, please hit “accept answer”.
Domic V.