This document guides the cloud users how to create a basic Virtual Machine (VM) instance, configure remote access, and attach external datastore.

1. Log in to Cloud Dashboard & External Datastore

2. Import Public Key or Create a Key Pair 

3. Create a VM instance

Step A

Step B

Step C


4. Configure the VM instance for remote access

Step A

Step B

Step C

### Change root password
$ passwd
### Update OS
$ apt update && apt -y dist-upgrade
### Create a user account (recommended) : adduser {username}
$ adduser kasi-user
### Grant sudo privilege to the user : usermod -aG sudo {username}
$ usermod -aG sudo kasi-user
### Install dekstop environment (minimal installation is recommended)
$ apt install xfce4 --no-install-recommends
### Install remote desktop server (RDP)
$ apt install xrdp
### Reboot
$ reboot



사용자가 주의해야할 사항이나 팁 또는 관련 정보를 알리기 위해 패널을 사용할 수 있습니다.

관련 문서

선택한 레이블에 따라 여기에 관련 문서가 나타납니다. 레이블을 변경하거나 추가하려면 매크로 편집을 클릭하십시오.



관련 이슈