diff --git a/content/guides/handling_data/connect_to_cb3_irods.md b/content/guides/handling_data/connect_to_cb3_irods.md
new file mode 100644
index 0000000000000000000000000000000000000000..ed03f1ee1fc28fed6ec7cf043a1a1921e19e0584
--- /dev/null
+++ b/content/guides/handling_data/connect_to_cb3_irods.md
@@ -0,0 +1,46 @@
++++ 
+title = "Connecting to CB3 iRODS"
+description= "How to connect to the CB3 iRODS instance."
+weight = 80
++++
+
+{{% panel theme="danger" header="Sensitive and Protected Data" %}} 
+This storage system is not suitable for HIPAA or other PID
+data sets.  Users are not permitted to store such data on this system.
+{{% /panel %}}
+
+---
+
+There are two methods to connect to the CB3 iRODS instance: using your web browser, or via CyberDuck.
+
+### Connect using your web browser
+
+Simply go to [https://cb3-irodsmain.unl.edu](https://cb3-irodsmain.unl.edu) and login using your my.UNL credentials.
+_Please note that the web interface is not suitable for uploading/downloading data in excess of 50MB._  Larger 
+data transfers should use CyberDuck instead.
+
+
+### How to connect using CyberDuck
+
+##### Follow this guide to setup Cyberduck for the first time when connecting to the CB3 iRODS datastore.
+
+1.  Download and install the Cyberduck from [the Cyberduck website](https://cyberduck.io/), or using the following direct links.  
+    Cyberduck can also be installed from the Windows or Mac app store.
+    -  [Windows installer](https://update.cyberduck.io/windows/Cyberduck-Installer-7.0.2.30998.exe)
+    -  [Mac installer](https://update.cyberduck.io/Cyberduck-7.0.2.30998.zip)
+
+2.  <a class="external-link" href="https://cb3-irodsmain.unl.edu/metalnx/images/CB3.cyberduckprofile" ref="nofollow">Download the linked Cyberduck profile (right-click, save-as)</a> to a convenient location.  Some browsers may append `.xml` to the filename. You may need to manually rename it to remove `.xml`.
+
+3.  Double-click on the downloaded file.  It will open Cyberduck and add a new profile with the required information already filled in.
+{{< figure src="/images/30442907.png" class="img-border" height="450" >}}
+    You may change the `Nickname` if you prefer.  Fill in the Username field with you my.UNL username. 
+
+4.  After filling in your username, close the profile window.  You should now see the Cyberduck bookmarks window with the new bookmark.
+{{< figure src="/images/30442929.png" class="img-border" height="450" >}}
+    Double-click the new bookmark to open a connection.
+
+5.  A new pop-up box will appear and prompt you for the password.  Enter your my.UNL password and click the `Login` button.
+{{< figure src="/images/30442925.png" class="img-border" height="450" >}}
+
+6.  After logging in, a new explorer window will appear and you will be in your personal directory.  You can transfer files or directories by dragging and dropping them to or from your local machine into the window.
+{{< figure src="/images/30442927.png" class="img-border" height="450" >}}
diff --git a/static/images/30442907.png b/static/images/30442907.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4236b444e5a7e50076296907317432f8fbf01d0
Binary files /dev/null and b/static/images/30442907.png differ
diff --git a/static/images/30442908.png b/static/images/30442908.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4236b444e5a7e50076296907317432f8fbf01d0
Binary files /dev/null and b/static/images/30442908.png differ
diff --git a/static/images/30442913.png b/static/images/30442913.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4236b444e5a7e50076296907317432f8fbf01d0
Binary files /dev/null and b/static/images/30442913.png differ
diff --git a/static/images/30442922.png b/static/images/30442922.png
new file mode 100644
index 0000000000000000000000000000000000000000..c26be2eb3ca7819554a718f905effb0eb54585c2
Binary files /dev/null and b/static/images/30442922.png differ
diff --git a/static/images/30442923.png b/static/images/30442923.png
new file mode 100644
index 0000000000000000000000000000000000000000..c26be2eb3ca7819554a718f905effb0eb54585c2
Binary files /dev/null and b/static/images/30442923.png differ
diff --git a/static/images/30442925.png b/static/images/30442925.png
new file mode 100644
index 0000000000000000000000000000000000000000..ee390774bf0dd222b2a8d55f09d8fcc220bc8d1b
Binary files /dev/null and b/static/images/30442925.png differ
diff --git a/static/images/30442927.png b/static/images/30442927.png
new file mode 100644
index 0000000000000000000000000000000000000000..787053a08311917c551246746994405c5262845c
Binary files /dev/null and b/static/images/30442927.png differ
diff --git a/static/images/30442929.png b/static/images/30442929.png
new file mode 100644
index 0000000000000000000000000000000000000000..933864708f121003b9d74eb897260b3eadb48d18
Binary files /dev/null and b/static/images/30442929.png differ