# CS Servers

- The primary compute server is delta.cs.uwindsor.ca
- The primary webserver is myweb.cs.uwindsor.ca

# Software Available on Delta

Based on the image below you can see the software available on delta.

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

# New Page



# How to use myweb

**STEP 1**

go to [https://myweb.cs.uwindsor.ca/](https://myweb.cs.uwindsor.ca/)

and select the blue box option

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

**STEP 2**

Login with your UwinID and password

[![Screenshot from 2024-02-01 09-11-16.png](https://help.cs.uwindsor.ca/uploads/images/gallery/2024-02/scaled-1680-/screenshot-from-2024-02-01-09-11-16.png)](https://itfaq.cs.uwindsor.ca/uploads/images/gallery/2024-02/screenshot-from-2024-02-01-09-11-16.png)

**Note:**

If you can't login, please sync your password at [https://auth.cs.uwindsor.ca](https://auth.cs.uwindsor.ca)

Additional details can be found in [this help article](https://help.cs.uwindsor.ca/books/cs-help/page/myweb "MyWeb").

# PhpMyAdmin

**STEP 1**

go to [https://myweb.cs.uwindsor.ca/](https://myweb.cs.uwindsor.ca/)

and select the blue box option

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

**STEP 2**

Login with your UwinID and password

[![Screenshot from 2024-01-31 11-57-45.png](https://help.cs.uwindsor.ca/uploads/images/gallery/2024-01/scaled-1680-/screenshot-from-2024-01-31-11-57-45.png)](https://itfaq.cs.uwindsor.ca/uploads/images/gallery/2024-01/screenshot-from-2024-01-31-11-57-45.png)

**STEP 3**

After logging in, under Extra Features, there will be an option of **phpMyAdmin.**

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

# Delta.cs.uwindsor.ca

Delta is the School of Computer Science's main computing server.

You can reach Delta using any of these methods:

1. The School dedicated Linux labs: 
    - Java Lab: ER-3150
    - XLab: ER-3119
    - 300 Ouellette
2. From the web. [https://nx.cs.uwindsor.ca](https://nx.cs.uwindsor.ca) (require VPN)
3. SSH: ssh <uwinid@delta.cs.uwindsor.ca> (require VPN)

Delta is equipped with 2 x 64 cores Processors, 1 Terabyte of memory, and four GPUs (Nvidia A16)

<span style="text-decoration: underline;">**Notes**: </span>

- This server is shared among all students; please be mindful when running script/code. (e.g, use <span style="text-decoration: underline;">nice</span> command)
- You can use the Delta server directly from VS Code ([check this article](https://help.cs.uwindsor.ca/books/cs-help/page/vs-code "VS Code"))