Since we're basically remote with COVID-19 shit, here's a way to access Cadence Virtuoso on your local machines. I don't know if you can do this on Windows or not, I only use Linux sadly.

To access Cadence Virtuoso off of your local machine, use X11 forwarding:

One time (do this on local machine):
sudo vim /etc/ssh/ssh_config

Add inside that file:
ForwardX11 yes
ForwardX11Trusted yes

-------------------------------------------------
Now, you can simply connect to SSH via with:
ssh user@guardian.it.mtu.edu

And run cadence:
/local/eit-linux/apps/cadence/bin/cadence

This will be excruciatingly slow and not really worth it, especially when using the layout. But it works.