How. to: Connect Remotely. Updated by

Size: px
Start display at page:

Download "How. to: Connect Remotely. Updated by"

Transcription

1 How to: Connect to Campus Computing Resources Remotely Connecting Remotely Quicktip Students taking an Engineering or Computer Sciencee class often find themselves having to physically trek to a computer lab across campus. This quicktip will show studentss how to connect to the resources they need from any computer. In this tutorial, learn how to: Accesss CS files Remotee into CS Unix Machines Remotely access Unix and Windows CAE machines Accesss key campus computer resources off campus Updated by Eric N. Harris (March 2009)

2 Quick Tips for Remote Login CONTENTS Getting Files from Computer Science (Windows or Unix Files)... 3 Getting the right software... 3 Connecting with Windows... 3 Connecting to Computer Science Unix Machines... 6 Opening SSH (Windows)... 7 Running Programs Remotely with VNC (Windows)... 9 Connecting and Running Programs Remotely under OS X Connecting to CAE (College of Engineering) VPN Connection Required Remote Windows Access (From Windows) Remote Windows Access (From OS X) Remote Unix Access Other Services WiscVPN COPYRIGHTS "Screen shot(s) reprinted by permission from Microsoft Corporation and Apple. Icons courtesy of the Crystal Project < 2

3 GETTING FILES FROM COMPUTER SCIENCE (WINDOWS OR UNIX FILES) GETTING THE RIGHT SOFTWARE Before you go through the rest of this section you need to have an SFTP Client installed on your machine. Many campus Windows machines already have SecureFX installed which will work great and is what these instructions are tailored to. As a UW Student you can get SecureFX for free: If you have an Apple Computer you can download the SFTP client of your choice. Steps should be similar. CONNECTING WITH WINDOWS Once you have SecureFX installed, start it by going to Start>Programs>SecureFx (may vary from machine to machine) New Session Button Once you have SecureFX started up you will be presented with something like this. Click the New Session button. 3

4 Choose the SFTP Option and hit Next Use route66.cs.wisc.edu as the Hostname and 22 for the port. You can leave username blank for now. Hit Next and then hit Finish. Select the route66.cs.wisc.edu you just added and press Connect 4

5 If you get a warning hit Accept Once Enter your CS username in the box and press ok. When prompted, enter your password as well. Two windows: one local, one remote You should now see a screen like this. Note there are two inner windows. Drag one window away from the other. One window is the remote file-list and one window is your local computer. 5

6 Drag and drop files to and from the CS file servers You can now drag and drop files from between your local machine and the CS servers. You can navigate using the local window to where your files are coming from/going to on the computer you are on and the server window to find where you want them to go/come from in your CS files. When you are done click the Disconnect button at the top of the window (fourth button from the left on the toolbar). You are all set! CONNECTING TO COMPUTER SCIENCE UNIX MACHINES With the CS Unix/Linux machines you can connect to them remotely and get the terminal (command-line). For things that require more than a terminal, VNC is the best option for Windows users. The software required to connect from Windows to a CS machine is called an SSH client. Putty and SecureCRT are common ones. Since UW Madison suggests SecureCRT that is what this guide will use. Windows users can download it at: For those running OS X on their Mac, the software to SSH is already installed. 6

7 OPENING SSH (WINDOWS) Once SecureCRT is installed start it up by going to Start> Programs> SecureCRT New Session Button Upon starting you should see a window like this. Click New Session. On the screen that pops up you should change the drop-down to SSH2. 7

8 On the next screen you can leave Username blank and leave Port at 22. For hostname you can either choose a specific machine, or the best available computer in a specified lab. best-emperor.cs.wisc.edu is usually a good starting point but you could also use emperor11.cs.wisc.edu for example to connect to a specific machine. You must have activated your CS Unix Login for this to work. Hit Next. If it asks about SFTP you can choose None (not all computers will have such a prompt). You should click Next then Finish. You should now see your connection list: Choose the connection you just made and press Connect. 8

9 If you see the dialog above click Accept Once Enter your username and password for your CS account when prompted. You should now have a terminal window. You can now do everything you normally could with a terminal window. However, if you wish to launch a program, say matlab for example, from the terminal and see the user interface, you must use VNC. See the instructions below. When you are finished make sure to type logout to log you out of the session. RUNNING PROGRAMS REMOTELY WITH VNC (WINDOWS) To run programs remotely on a Windows machines (where the remote computer is a Unix machine) you can use something called VNC. There are tons of different software options for VNC viewers and you will need to have one installed. The tutorial here is for RealVNC Viewer (you do not want server version) which is a free download from: < 9

10 Once you have your VNC viewer started you need to follow the instructions above to start an SSH session with SecureCRT or similar program. Type the command vncserver and press enter: Pay attention to the number listed after the colon (3 in the picture above). You will need this later. Type the command vncpasswd and set a password. Do not use your normal password because this password will be transmitted unencrypted so everyone who knows how to can see it. In your vnc client you need to connect to the specific machine you are ssh ed into. At the end add a colon and the number you remembered from above. This is not best-emperor but will be a specific machine like emperor09.cs.wisc.edu. Start the VNC Viewer and open a connection to the exact machine. When prompted enter just the password in the password field and leave the username blank. Now you have a terminal that, when programs are started, the windows will pop up. For example, the screenshot below shows Matlab running (started with the command matlab ). 10

11 When you are done make sure to bring back up the SSH window and kill the vncserver. (You may have to reconnect to the specific machine you were on if the SSH session).to do that type vncserver kill :# where # is the number you remembered from above. You are done. Type logout in the SSH session and you are set. 11

12 CONNECTING AND RUNNING PROGRAMS REMOTELY UNDER OS X For those running OS X, connecting to the CS machines and seeing the windows is easier than from Windows. To start open the application Terminal Type in ssh X username@best-emperor.cs.wisc.edu wheree username is your username for the CS machines and best-emperor is the computer you are connecting to (see Windows instructions for more information). Note that the X is a capital X. Press Enter. Now you have the terminal for the remote machine. You can start programs from the command line. Typing matlab for example starts matlab. 12

13 CONNECTING TO CAE (COLLEGE OF ENGINEERING) VPN CONNECTION REQUIRED Make sure to close all windows and type in logout in the terminal to disconnect. Before proceeding further to the instructions below you must be either on a campus network or be connected to the campus network via WiscVPN. See the end of this guide for instructions on setting up WiscVPN if you are off-campus. REMOTE WINDOWS ACCESS (FROM WINDOWS) Once you are on a campus network. Go to Start> Programs > Accessories > Remote Desktop Connection (this may differ on your computer). 13

14 Type remote.cae.wisc.edu into the computer and hit Connect If a security dialog comes up click Connect The Novell Dialog should come up and you can enter your CAE username and password. 14

15 You should now see the Remote Desktop. Please note, anything done on the remote desktop that is processor or graphic intensive (Internet and simple Matlab calculations are usually fine) bogs down other remote users and probably should be done in person in the lab. The easiest way to transfer files is ing or uploading them to your MyWebSpace where you can use the remote machine s internet browser to retrieve them. REMOTE WINDOWS ACCESS (FROM OS X) REMOTE UNIX ACCESS To connect to a Windows remote desktop machine from an OS X machine you need to have Remote Desktop Connection Client for Mac. It is a free download from Microsoft available at < Once the program is launched it should work very similar to the Remote Desktop Connection program in Windows Remote Unix access can also be obtained to CAE. It works similar to connecting to the Computer Science machines. See that section and note that the address will be best-tux.cae.wisc.edu instead of best-.cs.wisc.edu OTHER SERVICES WISCVPN To access some on-campus computing resources from off-campus (the dorms count as on-campus) you need to VPN-in. The first thing required is that you download WiscVPN onto the machine you are connecting from. WiscVPN is offered free from DoIT < Once you have the appropriate version installed, start up the WiscVPN client. It may be installed as Cisco VPN Client on your computer. 15

Using Virtual Machines

Using Virtual Machines Using Virtual Machines We will use VMs in CIT 130 so that you can access both a Windows 7 and a Linux machine. You will be able to access these from on and off campus (off campus access will require that

More information

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server

More information

VHA Innovations Program Future Technology Laboratory. Linux Workstation Remote Desktop Connection Manual 2014-10- 01

VHA Innovations Program Future Technology Laboratory. Linux Workstation Remote Desktop Connection Manual 2014-10- 01 VHA Innovations Program Future Technology Laboratory Linux Workstation Remote Desktop Connection Manual 2014-10- 01 Table of Contents VHA Innovations Program... 1 Purpose... 3 Prerequisites... 3 Windows

More information

Connecting to Remote Desktop Windows Users

Connecting to Remote Desktop Windows Users Connecting to Remote Desktop Windows Users How to log into the College Network from Home 1. Start the Remote Desktop Connection For Windows XP, Vista and Windows 7 this is found at:- Star t > All Programs

More information

Connecting to the School of Computing Servers and Transferring Files

Connecting to the School of Computing Servers and Transferring Files Connecting to the School of Computing Servers and Transferring Files Connecting This document will provide instructions on how to connect to the School of Computing s server. Connect Using a Mac or Linux

More information

Remote Access: Internet Explorer

Remote Access: Internet Explorer Introduction: Welcome to the MSVU Remote Access service. The following documentation is intended to assist first time or active users with connecting, authenticating and properly logging out of Remote

More information

Setting Up VNC, SSH Tunnels, and RDP

Setting Up VNC, SSH Tunnels, and RDP Setting Up VNC, SSH Tunnels, and RDP Thomas Pepler April 25, 2016 If you have suggestions for improving this document, please email them to: tpepler@doe.carleton.ca Contents 1 Connecting to DOE Linux Machines

More information

Mac OS X: INSTALLING TUNNELBLICK

Mac OS X: INSTALLING TUNNELBLICK Mac OS X: INSTALLING TUNNELBLICK 1. Download "Tunnelblick" for Mac OS X from the UWG VPN website. Go to http://vpn.westga.edu. You will find a link to the installation file on the right hand side of the

More information

Access Instructions for United Stationers ECDB (ecommerce Database) 2.0

Access Instructions for United Stationers ECDB (ecommerce Database) 2.0 Access Instructions for United Stationers ECDB (ecommerce Database) 2.0 Table of Contents General Information... 3 Overview... 3 General Information... 3 SFTP Clients... 3 Support... 3 WinSCP... 4 Overview...

More information

How to Use Remote Access Using Internet Explorer

How to Use Remote Access Using Internet Explorer Introduction Welcome to the Mount s Remote Access service. The following documentation is intended to assist first time or active users with connecting, authenticating and properly logging out of Remote

More information

sftp - secure file transfer program - how to transfer files to and from nrs-labs

sftp - secure file transfer program - how to transfer files to and from nrs-labs last modified: 2014-01-29 p. 1 CS 111 - useful details The purpose of this handout is to summarize several details you will need for this course: 1. sftp - how to transfer files to and from nrs-labs 2.

More information

Campus VPN. Version 1.0 September 22, 2008

Campus VPN. Version 1.0 September 22, 2008 Campus VPN Version 1.0 September 22, 2008 University of North Texas 1 9/22/2008 Introduction This is a guide on the different ways to connect to the University of North Texas Campus VPN. There are several

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Accessing your Staff (N and O drive) files from off campus

Accessing your Staff (N and O drive) files from off campus Accessing your Staff (N and O drive) files from off campus It is possible to access your N and O drive files while you are off campus, for example whilst working from home or travelling. This document

More information

Creating a Website with Publisher 2013

Creating a Website with Publisher 2013 Creating a Website with Publisher 2013 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology

More information

MATLAB on EC2 Instructions Guide

MATLAB on EC2 Instructions Guide MATLAB on EC2 Instructions Guide Contents Welcome to MATLAB on EC2...3 What You Need to Do...3 Requirements...3 1. MathWorks Account...4 1.1. Create a MathWorks Account...4 1.2. Associate License...4 2.

More information

LRDC Computing Services

LRDC Computing Services LRDC Computing Services Remote Access to the LRDC Fileservers Windows XP* April 5, 2005 *While these instructions have been created for and tested on a Windows XP computer, they may also work for your

More information

Mapping Network Shares

Mapping Network Shares CAS Computing Mapping Network Shares Contents: Mapping Network Shares in Windows 7..1 Mapping Network Shares in Mac OS X (10.5+). 4 Access to Shares and Student Access FAQ..7 CAS Computing Services, (518)

More information

USING PURDUE COMPUTER RESOURCES FROM OFF CAMPUS. April 6, 2006

USING PURDUE COMPUTER RESOURCES FROM OFF CAMPUS. April 6, 2006 USING PURDUE COMPUTER RESOURCES FROM OFF CAMPUS April 6, 2006 1 Establishing an Internet Connection Purchase internet access from a private internet service provider Verizon, Insight, Netzero, AOL, etc.

More information

Getting Started with Fugu For the Macintosh Author Kevin Urasaki

Getting Started with Fugu For the Macintosh Author Kevin Urasaki MAC1013 October 2013 Getting Started with Fugu For the Macintosh Author Kevin Urasaki What is Fugu?... 1 What are the system requirements for Fugu?... 1 How do I install Fugu?... 2 How do I use Fugu?...

More information

Installing Microsoft Outlook on a Macintosh. This document explains how to download, install and configure Microsoft Outlook on a Macintosh.

Installing Microsoft Outlook on a Macintosh. This document explains how to download, install and configure Microsoft Outlook on a Macintosh. Reference : USER184 Issue date : December 2002 Revision date : September 2007 Classification : Software Originator : Hugh Burt REVISED DOCUMENT Installing Microsoft Outlook on a Macintosh This document

More information

How to connect to the University of Exeter VPN service

How to connect to the University of Exeter VPN service How to connect to the University of Exeter VPN service *****Important Part of the process of using the VPN service involves the automatic download and installation of Juniper Network Connect software,

More information

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access.

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access. What is VCL? VCL (Virtual Computer Lab) is a service running on servers in IIT s datacenter that enables users to schedule and connect to virtual desktops running specific academic software applications

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

More information

Download and Install the Citrix Receiver for Mac/Linux

Download and Install the Citrix Receiver for Mac/Linux Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

UBC Digital Signage Service: CoolSign 5.0 Initial Set- up Guide

UBC Digital Signage Service: CoolSign 5.0 Initial Set- up Guide UBC Digital Signage Service: CoolSign 5.0 Initial Set- up Guide With the latest release of the CoolSign software (version 5.02) we have changed the way that users connect to the CoolSign Network Manager

More information

Creating a Website with MS Publisher

Creating a Website with MS Publisher Creating a Website with MS Publisher Getting Started with the Wizard...1 Editing the Home Page...3 Editing Text...3 Editing and Inserting Graphics...4 Inserting Pictures...6 Inserting a Table...6 Inserting

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

VPN - AnyConnect on Windows

VPN - AnyConnect on Windows VPN - AnyConnect on Windows Tufts Technology Services Training and Documentation VPN - AnyConnect on Windows 1 Table of Contents AnyConnect on a Windows PC... 3 How Do I Install AnyConnect on a Windows

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

RETRIEVING NMR DATA JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University

RETRIEVING NMR DATA JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University 1 1. INTRODUCTION 1.1. About these Notes and Related Notes These notes describe how to retrieve NMR data

More information

Remote Access Using The New York Eye & Ear Infirmary of Mount Sinai Secure Web VPN

Remote Access Using The New York Eye & Ear Infirmary of Mount Sinai Secure Web VPN Remote Access Using The New York Eye & Ear Infirmary of Mount Sinai Secure Web VPN OVERVIEW The New York Eye & Ear Infirmary of Mount Sinai Remote Access (VPN) home page allows remote access to the Infirmary

More information

VPN AND CITRIX INSTALLATION GUIDE

VPN AND CITRIX INSTALLATION GUIDE Information Technology VPN AND CITRIX INSTALLATION GUIDE Overview of the CISCO SSL VPN Portal TMCC's Cisco SSL Virtual Private Network (VPN) portal was designed to give TMCC employees secure access to

More information

How to Access Coast Wi-Fi

How to Access Coast Wi-Fi How to Access Coast Wi-Fi Below is a summary of the information required to configure your device to connect to the coast-wifi network. For further assistance in configuring your specific device, continue

More information

Lab 1: Create a Personal Homepage

Lab 1: Create a Personal Homepage Objectives: Lab 1: Create a Personal Homepage Understand the basics of HTML Create a personal website, if you do not have one Learn how to submit your assignments Preparation 1. Create a folder with the

More information

CONFIGURING AND USING THE BUILT-IN MAC OS X VPN CLIENT WITH THE UH VPN SERVER

CONFIGURING AND USING THE BUILT-IN MAC OS X VPN CLIENT WITH THE UH VPN SERVER CONFIGURING AND USING THE BUILT-IN MAC OS X VPN CLIENT WITH THE UH VPN SERVER Up until recently, Mac users wanting to connect to the UH VPN Servers on campus had only one option. The only option in place

More information

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008.

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008. Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008 Contents Starting SSH Secure FTP Client... 2 Exploring SSH Secure FTP Client...

More information

The Einstein Depot server

The Einstein Depot server The Einstein Depot server Have you ever needed a way to transfer large files to colleagues? Or allow a colleague to send large files to you? Do you need to transfer files that are too big to be sent as

More information

APSCN VPN Settings for Windows 7 2. APSCN VPN Settings for Windows XP 8. APSCN VPN Settings for MAC OS 15

APSCN VPN Settings for Windows 7 2. APSCN VPN Settings for Windows XP 8. APSCN VPN Settings for MAC OS 15 APSCN VPN Settings for Windows 7 2 1. Creating a VPN Connection 2 2. Disconnecting the VPN 6 3. Connecting to an existing VPN Connection 7 APSCN VPN Settings for Windows XP 8 1. Creating a VPN Connection

More information

Contents. VPN Instructions. VPN Instructions... 1

Contents. VPN Instructions. VPN Instructions... 1 VPN Instructions Contents VPN Instructions... 1 Download & Install Check Point VPN Software... 2 Connect to FPUA by VPN... 6 Connect to Your Computer... 8 Determine Your Machine Type... 10 Identify 32-bit

More information

Connecting to Miami University s EHR Solution (GE Centricity)

Connecting to Miami University s EHR Solution (GE Centricity) Connecting to Miami University s EHR Solution (GE Centricity) To access GE Centricity from off campus, you will log into one of two dedicated Remote Desktop Servers, often called Terminal Servers (TS),

More information

Connecting to the Social Sciences File Server with Windows 7 and XP

Connecting to the Social Sciences File Server with Windows 7 and XP The Social Sciences Division has several files servers allocated to departments and research units. Below is a list of all the file server addresses. Please make note of the address of your file server

More information

Remote Access to Unix Machines

Remote Access to Unix Machines Remote Access to Unix Machines Alvin R. Lebeck Department of Computer Science Department of Electrical and Computer Engineering Duke University Overview We are using OIT Linux machines for some homework

More information

How do I use Citrix Staff Remote Desktop

How do I use Citrix Staff Remote Desktop How do I use Citrix Staff Remote Desktop September 2014 Initial Log On In order to login into the new Citrix system, you need to go to the following web address. https://remotets.tees.ac.uk/ Be sure to

More information

Installing the Virtual Desktop Application (MAC)

Installing the Virtual Desktop Application (MAC) Installing the Virtual Desktop Application (MAC) The folowing instructions will guide you through the process of installing the components necessary to connect in to the NEL B Virtual Desktop environment

More information

Remote Desktop Administration

Remote Desktop Administration Remote Desktop Administration What is it? Remote Desktop Administration allows a user with appropriate privileges to connect to his/her computer at Rice from another computer, similar to the way one may

More information

Remote Access VPN SSL VPN Access via Internet Explorer

Remote Access VPN SSL VPN Access via Internet Explorer The following instructions will allow you to access your company network remotely, via your Internet Explorer web browser. 1. Launch Internet Explorer and choose Internet Options from the Tools menu. 2.

More information

The initial set up takes a few steps, but then each time you want to connect it is just a two set process.

The initial set up takes a few steps, but then each time you want to connect it is just a two set process. Remote Access to your Desktop using VPN Overview VPN is a tool that enables you to access one computer from another. Typical uses for Pop Center members would be 1) access their pop center computer from

More information

Secure Global Desktop (SGD)

Secure Global Desktop (SGD) Secure Global Desktop (SGD) Table of Contents Checking your Java Version...3 Preparing Your Desktop Computer...3 Accessing SGD...5 Logging into SGD...6 Using SGD to Access Your Desktop...7 Using SGD to

More information

Installing the SSH Client v3.2.2 For Microsoft Windows

Installing the SSH Client v3.2.2 For Microsoft Windows WIN1011 June 2003 Installing the SSH Client v3.2.2 For Microsoft Windows OVERVIEW... 1 SYSTEM REQUIREMENTS... 2 INSTALLING THE SSH PACKAGE... 2 STARTING THE PROGRAMS... 5 USING THE SHELL CLIENT... 8 USING

More information

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Cloud Server powered by Mac OS X Getting Started Guide Page 1 Getting Started Guide: Cloud Server powered by Mac OS X Version 1.0 (02.16.10) Copyright 2010 GoDaddy.com Software, Inc.

More information

VPN Web Portal Usage Guide

VPN Web Portal Usage Guide VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING A VPN CONNECTION 6 KNOWN ISSUES WITH MAC COMPUTERS 6 ACCESS INTRANET

More information

SSL VPN Setup for Windows

SSL VPN Setup for Windows SSL VPN Setup for Windows SSL VPN allows you to connect from off campus to access campus resources such as Outlook email client, file sharing and remote desktop. These instructions will guide you through

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Edith Cowan University Information Technology Services Centre

Edith Cowan University Information Technology Services Centre Introduction The following guide will provide instructions on how to map a network drive on your laptop/desktop computer. Prerequisites You will need to know your ADS username (and password if you re connecting

More information

Once we have provided you with an ftp username and password, you may use the following instructions to upload content:

Once we have provided you with an ftp username and password, you may use the following instructions to upload content: Full-text FTP Instructions for PC Users: In order to use the ftp, we will provide you with unique login credentials similar to the following: Host: ftp.epnet.com Username: ftpusername Password: XXXXX Windows

More information

VNC User Guide. Version 5.0. June 2012

VNC User Guide. Version 5.0. June 2012 VNC User Guide Version 5.0 June 2012 Trademarks VNC is a registered trademark of RealVNC Ltd. in the U.S. and in other countries. Other trademarks are the property of their respective owners. Protected

More information

University of Wisconsin System Shared Financial System (SFS) PeopleTools 8.53 Client Setup Guide

University of Wisconsin System Shared Financial System (SFS) PeopleTools 8.53 Client Setup Guide University of Wisconsin System Shared Financial System (SFS) PeopleTools 8.53 Client Setup Guide Summary This document will guide you through the process of installing and configuring the PeopleTools 8.53

More information

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN October 2013 In order to access the LRDC file server remotely/off campus, or from Wireless Pittnet, you must first authenticate

More information

How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection

How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection How to Connect to Remote Desktop & How to Use Cisco AnyConnect Secure Mobility Client Secure VPN Connection Revised 09/2014 These instructions presume that you already have the Cisco AnyConnect Secure

More information

File Transfer with Secure FTP

File Transfer with Secure FTP File Transfer with Secure FTP The Princeton Review values the security of all client s information and would like to encourage all FTP file transfers to and from our clients be conducted utilizing a Secure

More information

CASHNet Secure File Transfer Instructions

CASHNet Secure File Transfer Instructions CASHNet Secure File Transfer Instructions Copyright 2009, 2010 Higher One Payments, Inc. CASHNet, CASHNet Business Office, CASHNet Commerce Center, CASHNet SMARTPAY and all related logos and designs are

More information

Virtual Computing Lab: Using SPSS

Virtual Computing Lab: Using SPSS Virtual Computing Lab: Using SPSS SPSS is one of the most widely used programs for statistical analysis in social science. The Virtual Computer Lab (VCL) allows faculty and students to use software applications

More information

THE EDINBURGH NAPIER UNIVERSITY WINDOWS VIRTUAL PRIVATE NETWORK (VPN) GUIDE FOR MAC USERS

THE EDINBURGH NAPIER UNIVERSITY WINDOWS VIRTUAL PRIVATE NETWORK (VPN) GUIDE FOR MAC USERS THE EDINBURGH NAPIER UNIVERSITY WINDOWS VIRTUAL PRIVATE NETWORK (VPN) GUIDE FOR MAC USERS INTRODUCTION... 2 WHAT SERVICES CAN I ACCESS USING THE VPN?... 2 WHAT ARE THE REQUIREMENTS OF THE VPN SERVICE?...

More information

Sophos UTM. Remote Access via PPTP Configuring Remote Client

Sophos UTM. Remote Access via PPTP Configuring Remote Client Sophos UTM Remote Access via PPTP Configuring Remote Client Product version: 9.300 Document date: Tuesday, October 14, 2014 The specifications and information in this document are subject to change without

More information

Remote Web Access (vpn)

Remote Web Access (vpn) Remote Web Access (vpn) Features Connect via vpn Login to Remote Desktop Web Bookmarks Access Whitireia Intranet Access Ātea from the Remote Desktop Logout from Remote Desktop Copyright 2012 Whitireia

More information

Accessing the Media General SSL VPN

Accessing the Media General SSL VPN Launching Applications and Mapping Drives Remote Desktop Outlook Launching Web Applications Full Access VPN Note: To access the Media General VPN, anti-virus software must be installed and running on your

More information

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions Using SharePoint from a Mac: Terminal Server Instructions This manual provides information and instructions for Mac SharePoint Users at Fermilab. Page 0 Contents Fermilab Terminal Server Introduction...2

More information

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at:

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at: TRIM: Web Tool Accessing TRIM Records through the Web The TRIM web tool is primarily aimed at providing access to records in the TRIM system. While it is possible to place records into TRIM or amend records

More information

Linux Connection Guide. by Tristan Findley

Linux Connection Guide. by Tristan Findley Linux Connection Guide by Tristan Findley Teaching.CIM Accessibility Teaching.CIM is our Linux Terminal Server used by the students of Computer Science, Information Security and Mathematics. It is accessible

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend the MS Remote Desktop for Mac client.

More information

How to Tunnel Remote Desktop Through SSH on a Windows Computer

How to Tunnel Remote Desktop Through SSH on a Windows Computer College of Engineering > Computing Resources > Computing Best Practices > W indows Remote Desktop How to Tunnel Remote Desktop Through SSH on a Windows Computer Why me and why now? CAE has been charged

More information

Creating a Web Site with Publisher 2010

Creating a Web Site with Publisher 2010 Creating a Web Site with Publisher 2010 Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This document may be

More information

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard Erie 1 BOCES/WNYRIC Secure File Transfer Upload/Download Wizard Revised June 3, 2014 These instructions were created using Internet Explorer Version 11. If you are a using a Firefox or Chrome browser you

More information

This document also includes steps on how to login into HUDMobile with a grid card and launch published applications.

This document also includes steps on how to login into HUDMobile with a grid card and launch published applications. Office of the Chief Information Officer Information Technology Division COMPUTER SELF-HELP DESK - TRAINING TIPS AND TRICKS HUDMOBILE ON HOME MACS This document is a step-by-step instruction to check or

More information

How to Connect to Berkeley College Virtual Lab Using Windows

How to Connect to Berkeley College Virtual Lab Using Windows How to Connect to Berkeley College Virtual Lab Using Windows Minimum Requirements Create and Save a Remote Desktop Services Connection Connecting to a Remote Desktop Services session Copy Files between

More information

Undergraduate Academic Affairs \ Student Affairs IT Services. VPN and Remote Desktop Access from a Windows 7 PC

Undergraduate Academic Affairs \ Student Affairs IT Services. VPN and Remote Desktop Access from a Windows 7 PC Undergraduate Academic Affairs \ Student Affairs IT Services VPN and Remote Desktop Access from a Windows 7 PC Last edited: 4 December 2015 Contents Inform IT Staff... 1 Things to Note... 1 Setting Up

More information

Macs are not directly compatible with Noetix.

Macs are not directly compatible with Noetix. Those that use Macintosh computers to access Noetix cannot directly access Noetix through http://www.sandiego.edu/noetix. If one is on a Mac and goes to Noetix directly in a web browser, the page is likely

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services AMERICAN INSTITUTES FOR RESEARCH AIR REMOTE DESKTOP SERVICES (RDS) GUIDE Overview Welcome to AIR Remote Desktop Services! AIR Remote Desktop Services can be accessed from a Windows

More information

Running Argos via VPN client

Running Argos via VPN client These instructions will show you how to run Argos reports from a home PC or laptop. Argos is not a web based program. It runs from NSU s network. To establish a connection, we need three components; the

More information

Getting the most out of your new Aalto workstation An Aalto IT guide for personnel migrating to the new Aalto workstation environment

Getting the most out of your new Aalto workstation An Aalto IT guide for personnel migrating to the new Aalto workstation environment Getting the most out of your new Aalto workstation An Aalto IT guide for personnel migrating to the new Aalto workstation environment What services do I use with the old TKK password, and what do I use

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information

Information to configure your Windows 7 office computer is described below.

Information to configure your Windows 7 office computer is described below. The Remote Desktop feature in Windows allows you to control your computer from another office or from home. Remote Desktop allows you to use the applications on your office computer, and access your data

More information

How to Access UF Health Jacksonville VPN services

How to Access UF Health Jacksonville VPN services How to Access UF Health Jacksonville VPN services To access VPN services go to the hospital website at http://ufhealthjax.org/. Click on the For Employees link at the bottom of the screen. Under Remote

More information

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client Version 1.1 1/15/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a required

More information

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Contents Installation: For users who have no prior Cisco VPN Client Installed... 2 Profile Import:... 4 Usage:... 4

More information

Home access to Work computer

Home access to Work computer Home access to Work computer Problem: Although Remote Access features are provided and are effective, it is not quite as good as actually working on your work computer. Your work computer is set up and

More information

Connecting to LRDC Fileserver Remotely Using Windows XP & SRemote VPN

Connecting to LRDC Fileserver Remotely Using Windows XP & SRemote VPN Connecting to LRDC Fileserver Remotely Using Windows XP & SRemote VPN October 2013 In order to access the LRDC file server remotely/off campus, or from Wireless Pittnet, you must first authenticate to

More information

MAPPING THE WEBDRIVE REFERENCE GUIDE

MAPPING THE WEBDRIVE REFERENCE GUIDE MAPPING THE WEBDRIVE REFERENCE GUIDE INTRODUCTION The university WebDrive is a dedicated drive to host all university web content. For help with mapping the WebDrive, please read the instructions below

More information

Accessing vlabs using the VMware Horizon View Client for OSX

Accessing vlabs using the VMware Horizon View Client for OSX Accessing vlabs using the VMware Horizon View Client for OSX This document will demonstrate how to download, install, and connect to a virtual lab desktop from a personal Mac OSX computer using the VMware

More information

2. The application will appear in the Applications folder. Once installed, launch Microsoft Remote Desktop from the Applications folder on your Mac.

2. The application will appear in the Applications folder. Once installed, launch Microsoft Remote Desktop from the Applications folder on your Mac. Remote Desktop for Mac Accessing Your Towson Computer Remotely Introduction The Remote Desktop Gateway allows faculty and staff at Towson University to connect remotely to their Windows-based Towson computer

More information

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University)

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University) Cisco VPN Client v4.9.x for Mac OS X 10.4-10.5.x: Installation and Usage Guide Revised July 2009 by UTHSCSA IMS Departments of Client Support Services and Systems & Network Operations INTRODUCTION If you

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Using Remote Desktop with the Cisco AnyConnect VPN Client in Windows Vista

Using Remote Desktop with the Cisco AnyConnect VPN Client in Windows Vista Using Remote Desktop with the Cisco AnyConnect VPN Client in Windows Vista 1. In order to use Remote Desktop and the VPN client, users must first complete the Blackboard Remote Users training course and

More information

Load VPN on mac to use Epic (not remote desktop)

Load VPN on mac to use Epic (not remote desktop) Load VPN on mac to use Epic (not remote desktop) 1. If you have other citrix applications on your system you need to uninstall them or at least put them in the trash as they may interfere with the installation

More information

How to Use Your UT WebSpace Account By Kimberly Pendell October 2004

How to Use Your UT WebSpace Account By Kimberly Pendell October 2004 How to Use Your UT WebSpace Account By Kimberly Pendell October 2004 WebSpace has many features and capabilities; in this tutorial we will cover some of the more basic functions and collaborative work

More information

POLARIS INSTALLATION

POLARIS INSTALLATION POLARIS INSTALLATION BELS runs the Polaris 4.1 Integrated Library System (ILS)- the same system as BCCLS. BELS users will connect to Polaris via a terminal server using Remote Desktop Connection (RDC).

More information