InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Ubuntu tutorials

  • How to add a user on Linux with sudo access
  • How to check if a user has password on Linux
  • How to install ViewVC for svn repository on Ubuntu Linux
  • How to setup ssl (https) for your site on Ubuntu Linux
  • Install rabbitmq on Ubuntu Linux
  • LXC (Linux Containers) - quick start tutorial on Ubuntu
  • Linux - command to check swap size
  • Linux - how to add a user using useradd
  • Linux - how to create a large file like 1GB
  • Linux - how to create swap partition
  • Linux - how to remove user from a group
  • Linux - number of cpus (lscpu)
  • Linux du - find disk usage of directories or files
  • NFS client and server handy commands
  • Setup svn repository on AWS Ubuntu with apache auth
  • Ubuntu - check if a service is upstart based
  • Ubuntu - dpkg and apt-get beginner tutorial
  • Ubuntu - find file to package
  • Ubuntu - find where will a package be installed from
  • Ubuntu - how to auto start services on boot using update-rc.d (sysv init)
  • Ubuntu - how to find boot autostart status of a service
  • Ubuntu - reload iptables rules during boot
  • Use x2go to access remote Ubuntu Linux
 
  • Home
  • > Tutorials
  • > Ubuntu Linux

Use x2go to access remote Ubuntu Linux

By admin on Sep 7, 2015

X2Go enables you to access a graphical desktop of a computer over network. It is a remote desktop solution for Linux. In this article we will use x2go to connect to remove Ubuntu Linux on Amazon EC2 from local macbook.

Install x2go server

Run the following command to install x2go server on Ubuntu Linux.

$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:x2go/stable
$ sudo apt-get update
$ sudo apt-get install x2goserver x2goserver-xsession

Install x2go client

Download and install x2go client for mac from x2go download page. In case you are using windows, you can down window’s package.

Install desktop manager on server

Run the following command to install kubuntu-desktop on Ubuntu

$ sudo apt-get install kubuntu-desktop

Running x2go

Run x2go client and create a new session with the machine you want to connect to and relevant user and key to access the machine as shown below:
x2go-connection-settings

Note that x2go uses ssh authentication itself. There is no other separate user management required for using x2go.

Suggested posts:

  1. How to fix a broken sudoers file on AWS/EC2 Linux
  2. How to locally override website domain (or hostname) to IP mapping
  3. Linux – how to run a command as different user
  4. How to set up google analytics profiles for domain and sub-domain tracking
  5. LXC (Linux Containers) – quick start tutorial on Ubuntu
  6. document querySelector examples
  7. Edit a file without changing its timestamp on Linux
  8. PHP echo – comma (,) vs dot (.) performance benchmarks
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Linux, Networking, Tutorials, Ubuntu Linux
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress