This is an old revision of the document!
Table of Contents
Resources to host a Website for your Research Lab
You have several options for hosting a website. What you end up choosing depends on your specific needs. If you need assistance, please contact our Helpdesk to request speaking with one of us.
- Contacting our Helpdesk
- email: helpdesk@socsci.uci.edu
- phone: (949) 824-1536
- office location: Social Science Plaza B, room 1288, the first floor suite.
Please keep in mind that our office does not provide assistance with creating your website, content or design. If you choose one of options below hosted by Social Sciences, we will assist you with account creation and server-side configuration. You are responsible for the site creation yourself, or contracting with another third-party to do so.
On-Campus Options
Hosted by OIT
Hosted by Social Sciences
- Free: You can have a website like
www.socsci.uci.edu/~username/
which is good for simple file hosting and basic websites, but requires you to create the site from scratch. We do not provide any assistance with creating your content. There is also limited PHP support, but no database or server writable directories allowed. You will have - Virtual Server Hosting - similar to OIT's option above, we charge $25-$35 per month to host a virtual machine which can be used to server your website. With this option, you can install any coding language and environment that you want, including databases and writable directories.
- Physical Server Hosting in one of our dedicated Data Centers. Depending on your server's needs, we may be able to provide rack space for a server that you purchase in our air-conditioned and UPS protected server rooms. Please contact us to consult about this option.
Connecting to Social Science's SFTP server
In order to upload files to the server, you must either connect a mapped network drive or use an SFTP client.
We recommend the following SFTP clients:
- WinSCP if you are using a Windows PC.
- Fetch if you are using a Mac. Fetch requires a license, but if you login on that page with your UCInetID, it will show you the license information paid for and provided by OIT.
Then use these details to login:
- Server hostname:
nexus.ss.uci.edu
- Protocol: SFTP
- Port: 22
- Username: the same as your UCInetID
- Password: your SS2K account password
Upload files to your public_html folder
When you are connected, one of the folders should be called “public_html”. This is where you need to upload files for them to show up on your personal website.
Changing your Password
From a Windows computer
If you use a Desktop computer in your office connected to the SS2K domain, you can simply hit the Ctrl-Alt-Del keys and click “Change a Password” from the menu. Otherwise, you will need to use these steps (from a laptop or off-campus):
- Download an SSH client, such as PuTTY
- Connect to the server name “
nexus.ss.uci.edu
” - Login with your current username/password
- Type
passwd
and press Enter; follow the prompts to change your password. - Type
exit
and press Enter to quit
From a Mac
- Open the Terminal, in /Applications/Utilities/
- Type
ssh USERNAME@nexus.ss.uci.edu
and press Enter - Type your current password when prompted
- Type
passwd
and press Enter; follow the prompts to change your password - Type
exit
and press Enter to quit the SSH session
In Person
You may also come to the Helpdesk in person at SSPB 1288 to change your password. Please bring a Photo ID.