# NoMachine

The School of Computer Science runs [NoMachine Terminal Server](https://www.nomachine.com/product&p=NoMachine%20Terminal%20Server).

The client connects to a server named **delta.cs.uwindsor.ca**.

### Remote desktop via a Web Browser 

**[https://nx.cs.uwindsor.ca](https://nx.cs.uwindsor.ca)**

Since the School of Computer Science has a NoMachine Enterprise license, the **delta.cs.uwindsor.ca** remote desktop can be accessed directly from the browser through the link provided!

### <span class="mw-headline" id="bkmrk-nx-%28using-the-nomach-1">NX (using the NoMachine Enterprise Client)</span>

#### <span class="mw-headline" id="bkmrk-using-the-nx-protoco-1">Using the NX protocol (not SSH)</span>

<span class="mw-headline">You can download NoMachine Enterprise Client from [here](https://download.nomachine.com/everybody/).</span>

[![image.png](https://help.cs.uwindsor.ca/uploads/images/gallery/2025-09/scaled-1680-/image.png)](https://help.cs.uwindsor.ca/uploads/images/gallery/2025-09/image.png)

Edit a connection to use the NX protocol

You should use the **NX** protocol, but only if you are connected to the [VPN](https://help.cs.uwindsor.ca/books/cs-help/page/vpn "VPN")!

Edit and save the connection to modify the protocol it uses.

### Troubleshooting


##### **Application Menu is missing** 

[![image.png](https://help.cs.uwindsor.ca/uploads/images/gallery/2024-07/scaled-1680-/image.png)](https://help.cs.uwindsor.ca/uploads/images/gallery/2024-07/image.png)

<div class="thumb tleft" id="bkmrk--4"></div>If this menu is missing on your desktop, mate-panel is misbehaving.

Run this command from a terminal window (right-click the background and choose *Open in terminal*):

`mate-panel --replace &`

The ampersand is required to run the command in the background, independently of the terminal process from which you ran it.