Skip to content

Connecting to the Protected Environment

 

Access to the PE requires a PE account. If you do not have a PE account, please see our documentation on projects in the PE for more information, including instructions for applying for access. A PE account will be created for you when a PE Request is approved.

Request access to a project
 

Access to the CHPC PE is allowed only from University of Utah networks; if you're connecting from a device that is not on a University of Utah network, you will need to connect to the university's VPN first. You may download the VPN from vpn.utah.edu, and there is an article with more information about using the university's VPN.

Connect to the University of Utah VPN

On this page

The table of contents requires JavaScript to load.

Connecting to Linux resources

The Linux cluster, redwood, contains the majority of computational resources in the Protected Environment (PE).

Connecting with an SSH client

SSH allows users to connect to Linux systems from the command line. We recommend testing your connection by using SSH to connect to resources in the PE. If you are unable to SSH, please contact us for support; it is unlikely that RDP or FastX will work.

SSH clients are available by default on most modern desktop operating systems. For more information, please see the CHPC's SSH documentation.

Connect to redwood.chpc.utah.edu (this does a DNS round-robin to redwood1.chpc.utah.edu and redwood2.chpc.utah.edu) using your uNID. You may want to enable X forwarding to view graphical windows; instructions for doing so can be found on the SSH documentation. Enter your password and authenticate with Duo when prompted. You should be connected to a login node on the redwood cluster.

Connecting with FastX

FastX allows users to connect to Linux systems with a desktop environment to run graphical software (in addition to terminal emulators). You can use FastX from a web browser or a program you can download to your computer. Please see the FastX3 documentation for more information about using FastX. Connect to redwood1.chpc.utah.edu:3300 or redwood2.chpc.utah.edu:3300 to access the login nodes of the redwood cluster, or bristlecone1.chpc.utah.edu:3300 or bristlecone2.chpc.utah.edu:3300 to access the interactive (bristlecone) nodes. If your group has a designated owner node, you can also connect to it with FastX.

Connecting with Open OnDemand

Open OnDemand is a web portal that provides access to CHPC file systems. In the PE, Open OnDemand can be accessed at https://pe-ondemand.chpc.utah.edu. This is the best option for GUI-based applications such as MATLAB, Jupyter Notebooks, and RStudio Server.

Connecting to Windows resources (narwhal)

Instructions for connecting to the Windows server, narwhal, can be found on the narwhal documentation page. The page also details the process for accessing your home directory and project space.

Accessing storage

Home and group spaces are available from both the Linux cluster, redwood, and Windows server, narwhal.

In this section, we refer to the name of a project's storage space as name of project directory, which is variable. If you have an IRB record associated with your project, name of project directory typically starts with "IRB_" and includes the IRB number, like "IRB_01234567." If the project does not have an associated IRB record, its name usually starts with "proj_," like "proj_example."

Accessing project spaces from Linux hosts

The full (absolute) path to project data is /uufs/chpc.utah.edu/common/PE/name of project directory.

From your home directory, you can run

cd ../name of project directory

from the command line (in a terminal) to access your project space. Note that tab completion may not work initially, and your project space may not appear when using a graphical file browser or listing the contents of the parent directory, as project spaces are not mounted by default; they are mounted on an as-needed basis. Once you attempt to read from or write to a file within your project space, it should be mounted on the system, and it should appear in tab completion and when navigating directories from the command line or a graphical file browser.

Accessing home directories and project spaces from Windows (narwhal)

Project spaces (such as the directory name of project directory) are available under Projects Directory (Y:), while home directories are available under Home Directory (Z:). For more information, please see the narwhal documentation.

Last Updated: 6/25/25