Karena kamu memilih Cara Otomatis, sebelum klik Create, isi Advanced → Management → Cloud-init script dengan isi file cloud-init-linux.sh (sudah kamu isi PROJECT_ZIP_URL). Klik Create.
Klik Create.
Tunggu status menjadi Running. Catat Public IP di halaman instance.
3. Hubungkan & Upload Project
Khusus Cara Mudah. (Untuk Cara Otomatis, langkah ini dilewati.)
Hubungkan ke server (SSH). Kalau Windows pakai PuTTY: ubuntu@<IP>, key = file .pem (konversi ke .ppk via PuTTYgen).
Upload folder project dengan FileZilla: Host = IP, User = ubuntu, port 22, lalu add key file (.ppk).
Masuk ke /home/ubuntu, buat folder qris-gateway, upload semua file project ke situ.
cd ~/qris-gateway
ls # harus terlihat: server.js, lib/, public/, dst.
Kalau project di GitHub, lebih mudah: git clone https://github.com/USER/REPO.git qris-gateway