Summary
This announcement is to inform you about the upcoming retirement of UHUnix, our legacy *nix shell environment. After many years of service, UHUnix will be formally deprecated on Aug 3, 2026. We understand that UHUnix has been a valuable resource for many users, providing a platform for running select *nix programs, manipulating files, and hosting personal webpages. We are committed to ensuring a smooth transition for all affected users and have provided several alternative solutions to replace t
Body
Overview
This announcement is to inform you about the upcoming retirement of UHUnix, our legacy *nix shell environment. After many years of service, UHUnix will be formally deprecated on Aug 3, 2026. We understand that UHUnix has been a valuable resource for many users, providing a platform for running select *nix programs, manipulating files, and hosting personal webpages. We are committed to ensuring a smooth transition for all affected users and have provided several alternative solutions to replace the functionality offered by UHUnix.
Alternative Services
UH Information Technology Services (ITS) suggests a range of supported services available as alternatives to common use cases for UHUnix:
- Personal Webpages
- Users who wish to create or maintain a personal webpage should use Google Sites (link) with their Google@UH account. Google Sites offers a user-friendly interface and robust features for creating and managing websites.
- Scholarly publications
- General cloud file storage
- Users with a need for hosting and storing files can make use of Google Drive (link) with their Google@UH account. Google Drive offers a user-friendly interface and more robust features for file sharing and collaboration.
- *nix Shell Environment:
Back to Top
Migrating Your Data
We encourage all current UHUnix users to begin migrating any critical data or personal webpage content to an alternative service as soon as possible. One option to save your data is by using Filezilla (link):
- Install and open Filezilla
- In the top toolbar, type in the following information:
- Host: uhunix.hawaii.edu
- Username: your UH username
- Password: your UH password
- Port: 22
- Click on Quickconnect
- Choose if you would like your password saved and click on OK to continue
- Once you are connected, you should see a window similar to below
- The left pane of the window represents the local directory structure for your local storage space.
- The right pane represents the directory structure of the remote host. In this case, the remote host is uhunix.hawaii.edu

- To download a file, select the file in the right pane and drag them to the left pane. You may copy files to folders by dragging the files onto the folder. To select files not adjacent to each other, hold down the ctrl (Windows) or Command (macOS) key and click on the name of the files
We understand that changes to long-standing services can present challenges, and we are here to support you through this transition. If you have any questions, feedback, or require assistance with migrating your data or setting up the alternative services, please submit our UHUnix Retirement feedback form (link) (UH Login required).
Thank you for your understanding and cooperation as we work to enhance our technological infrastructure and provide more robust and modern services to the University community.
Back to Top
FAQs
Q: I have a personal webpage at www2.hawaii.edu/~username, can I direct traffic from this?
A: While UHUnix remains operational, users can redirect their personal webpage using an .htaccess file placed or created at their personal webpage’s directory (for example, ../username/public_html/.htaccess).
Example of the contents of the .htaccess file:
Redirect 301 /~<username>/ <url>
Where <username> is the username of the account and <url> is the target URL of the website the visitor’s browser should redirect to.
Q: I have personal homepage set up with a departmental UH account in UHUNIX, what are my options?
A: While you can use Google Sites to host your departmental webpage, departments may also want to consider looking into ITS' Web Hosting Service: https://www.hawaii.edu/its/webservice/faq.php
Back to Top