Pages

Pages

Thursday, January 24, 2013

x2go-Server Debian Remote Desktop

About X2Go

x2go is an open (GPL/AGPL) source “server based computing” project. Combining the advantages of existing systems it features ease of use, performance and scalability. x2go provides you with access to your desktop as an individual as well as a corporate user - from within your own network and via the internet. x2go is not limited to particular hardware, it supports a variety of devices and architectures. x2go is open source and open minded. Like any open source project we welcome your support.

  1. Upload Script to your Debain Server
  2. chmod 0777 scriptname.sh
  3. ./scriptname.sh
  4. Download client enter ip user pass Connect.

#!/bin/bash
# by cr4shyyy Auto x2go-server


# X2Go Repository
echo deb http://packages.x2go.org/debian squeeze main >> /etc/apt/sources.list
# X2Go Repository (sources)
echo deb-src http://packages.x2go.org/debian squeeze main >> /etc/apt/sources.list

apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
aptitude update && aptitude install x2go-keyring
aptitude install x2goserver

echo Windows Client
echo http://code.x2go.org/releases/binary-win32/x2goclient/x2goclient-3.99.3.1-pre1-setup.exe
echo Source Code
echo http://code.x2go.org/releases/source/x2goclient/x2goclient-4.0.0.1.tar.gz

No comments:

Post a Comment