Setting VPS 1

Setting VPS 1

Install Webmin
=============

Debian 6 Squeeze/7 Wheezy

apt-get update && apt-get -f install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.610_all.deb
dpkg -i webmin_1.610_all.deb

buka https://107.182.16.158:10000
untuk login gunakan user root dan password root

atau

nano /etc/apt/sources.list

tambahkan repository berikut pada akhir file

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

simpan ctrl+x y enter

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

apt-get update
apt-get install webmin

CENTOS

yum update -y && yum groupinstall "Development Tools" -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.630-1.noarch.rpm
rpm -U webmin-1.630-1.noarch.rpm && chkconfig webmin on
chkconfig webmin on

===> connect it using : IP:10000 or used command in the end installation

Test Kecepatan Server VPS Menggunakan Speedtest.net
==================================================

apt-get install python
wget http://proxy.ninit.us/speedtest_cli.py
python speedtest_cli.py -h
python speedtest_cli.py --share

Install RDP minimalis
==================

apt-get install xrdp

atau

apt-get install xfce4 xfce4-goodies tightvncserver iceweasel
/usr/bin/vncserver -depth 16 -geometry 1024x768 :0

connect to it using vnc viewer: YOUR_IP:0

untuk menghentikan vnc
tightvncserver -kill :0

terlalu simpel ya, hehe
coba yang ini kalo masih gagal

Pertama

apt-get update
apt-get install xorg xfce4 synaptic gdebi wicd iceweasel vnc4server
Perintah di atas akan menginstall XFCE, VNC serta browser iceweasel.

Kedua

mkdir /etc/vnc
nano /etc/vnc/xstartup

Kemudian isikan
startxfce4

Ketiga

vncserver
Nanti akan dimintai password, isi passwordnya. nanti password tersebut juga akan digunakan sewaktu login.

TightVNC Viewer

Isi remote host dengan ipvps:1
Setelah sukses, nanti selanjutnya akan muncul jendela console. jalankan perintah ini :

xfdesktop

Lanjutan ===>