Overview
Volweb is a Linux-based web server that can display the personal web sites of UT's faculty, staff and students. Personal Volweb sites can be accessed using the URL format https://volweb.utk.edu/~username, replacing the the word "username" for the account netID or user name used to sign in.
Basic Server Configuration
- Red Hat Linux 7.5
- Apache 2.4
- PHP 5.4
- MySQL/MariaDB 5.5
Getting Started
Setting Up Your Account
- Visit https://setuplinux.utk.edu and select "create a new account."
- Log in with your NetID and password.
- Select Create.
- Once your account has been created, select Continue.
Creating Your Web Folder (public_html)
- Visit https://setuplinux.utk.edu and select Log In.
- Once logged in, select Create Web Folder in the left menu, then Create.
**If you do not see the Create Web Folder button, your account already has the public_html folder.
- Your public_html folder has now been created.
- Your website address is http://volweb.utk.edu/~netid
Connect to Your Account via SSH/SFTP Client
- Open the SSH/SFTP client of choice.
SSH client (e.g., PuTTY) or SFTP client (e.g., WinSCP, Cyberduck or FileZilla)
- Use the details below to connect:
- Host: linux.oit.utk.edu
- Port: 22 (SSH or SFTP)
- Username: your NetID
- Password: your NetID password
- Once signed in, you will find your public_html folder in your home directory.
Helpful Commands and Information
List Software Installed on the Public Linux Environment (Volweb)
There is no vendor-installed software (SAS, SPSS, Matlab, etc.). OIT's Linux service is the standard LAMP software stack.
- Log into linux.oit.utk.edu using an ssh client.
- To see what software is available, type yum list
- To see installation info about a particular command (e.g., nano):
- yum list nano
- yum info nano
- man nano
Check Your Public Linux Environment (Volweb) Quota
- While logged into your Linux account through PuTTY or Terminal, enter the command: