FTP Access (Content Management)

Using WinSCP, setup a saved Session (Site):

  • Click Advanced
    • Click “Directories”
    • Remote directory:  /home/utweb/utw10050/public_html/

 


 

SSH example

You can use SSH via command line interface to connect to the UT Web server.  There are several SSH clients available, or you can use Terminal from your Mac.

There are two ways to connect to UT Web server over SSH.

  • With your UT EID developer account:

    ssh <YOUR EID>@panel.utweb.utexas.edu
    From here your document root is located at :
    cd /home/utweb/<YOUR UT WEB ACCOUNT NAME>/public_html

     

  • With your UT Web account:

    ssh <YOUR UT WEB ACCOUNT NAME>@panel.utweb.utexas.edu

    From here your document root is located at:

    cd public_html\

    NOTE: Your UT Web account name will be something like this: utw10xxx

SFTP

For FileZilla, Fetch, SSH File Transfer, or other SFTP clients, you will connect to:

HOSTNAMEpanel.utweb.utexas.edu
PATH/home/utweb/<YOUR UT WEB ACCOUNT NAME>/public_html