2. Server Guide#
As a user of MBO servers you will be given a login and a password to a Windows Server 2022 desktop.
This login will give you access to all of the resources of that server, shared with a limited number of other users.
2.1. Connecting with RDP#
Unlike a personal desktop, MBO servers will not be accessible from any computer on the Rockefeller network.
Access to MBO severs are is via Microsoft Remote Desktop Protocol (RDP).
There are a few common applications, depending on your operating system:
2.1.1. via Windows App#
You will need the following information to access the servers:
Server IP address
Username
Password
This example will use the Microsoft Remote Desktop Application, available on the Microsoft Store.

To add an MBO User Account:
Add (+) -> PC
Enter IP address (129.85.X.XX) in
PC name
Enter Username in
User account
Enter Password in
Password
Choose an optional display name
Important
If initial login fails, you may need to prepend ROCKEFELLERNT\<username>
.
You should now be able to connect to the MBO servers!

2.2. Filesystem#
Warning
Both workstation and compute file-systems are NOT backed up.
Users should have their own copies of all data on MBO servers.
The D:
drive is read-only and contains:
D:/W1_SOFT/repos
: Data processing softwareD:/W1_SOFT/apps
: ApplicationsD:/W!_DATA/username
: Raw data that users will frequenly access will be saved here.
The E:
drive is the user sandbox, with a directory E:/W1_USER_DATA/username
for each user.
This is where your intermediate results should go.
Internet Access
Users should not browse the internet on the compute server, browsing should be done on your local machine only. A browser is available for Jupyter notebooks, but internet access is discouraged.
2.3. Software#
2.3.1. conda
(miniforge3)#
Each user account has its own Miniforge3
flavored conda
installation at C:/Users/miniforge3
.
This is your environment to install and reinstall as you please.
Warning
DO NOT install any software in the base environment as that will cause conflicts between all installed environments and require a reinstallation of miniforge3.
The recommended method for interacting with conda
is the miniforge_prompt
.

2.3.2. MATLAB#
Each user account has an installation of MATLAB.
2.3.3. Other Software#
Fiji / imageJ
Visual Studio Code
Visual Studio
git bash
wezterm
2.4. SSH Connections#
ssh
is a communication protocol that will allow you to access MBO servers from the command line.
You may want ssh access to install personal software, transfer files, or navigate the Windows filesystem.
To establish a connection, the computer you are connecting from (the ‘client’) must have a private ssh key.
This guide provides an example of generating this key to authenticate github.com, but the process is the same.
This process will generate 2 files:
ed25519
Never share this
Stored in your
.ssh/
folder
ed25519.pub
This is what you send to MBO
Can be safely shared
Depending on the algorithm you choose, the filename may be different.
What matters is that the .pub
file (e.g. ed25519.pub
) is installed on the MBO servers.
All you need to do is send that file to an MBO admin.