What's new

Closed Tutorial On Creating A Droplet or VM Instance On Google Cloud Platform

Status
Not open for further replies.

Cee Jay

🧿 𝕾𝖔𝖚𝖑 𝕮𝖆𝖑𝖎𝖇𝖗𝖊 🧿
Contributor
Joined
Feb 22, 2015
Posts
14,563
Solutions
2,181
Reaction
25,843
Points
8,249
Requirements:
1. Google Cloud account.
- Create yours by clicking You do not have permission to view the full content of this post. Log in or register now. . You will be credited an amount of $300 that will be valid for 12 months upon successful registration. $300 is enough so there's no need to avail or continue. Iwas din sa bayarin. Hahaha

2. Cloud Console App.
- Download the app in the Play Store or Apple Store
Android App Link: You do not have permission to view the full content of this post. Log in or register now.

3. Brain and Patience



Procedures:
1. Login into https:console.cloud.google.com/ .
2. Go to VM Instances and click "Create VM"
3. It's up to you kung ano ang settings ng gagawin mo. It's your decision kung ano ang country, RAM, vCPU, OS and Storage ang gagamitin mo. Normally, pwede na yung 1vCPU + 1GB RAM + 10GB Persistent SSD. Sa Operating System or OS, bahala ka na kung alin sa mga options doon.
4. Scroll down and click the checkbox for HTTP and HTTPS
5. Click "Save" or "Create" to create the VM Instance


Now, para ma-access using SSH Clients (eg.: JuiceSSH, PuTTY, etc.), create root password and enable SSH Connection.
1. Open Cloud Console App and go to "Resources", then "VM Instances", then select your VM or droplet to configure.
2. Click on the 3-dotted gear on the upper-right corner, then select "Connect Via SSH".
3. Once connected run the following commands:
Code:
sudo su root
Code:
cd
Code:
passwd root
4. Create your own password, click enter then re-type password
5. Run command:
Code:
vim /etc/ssh/sshd_config
6. Edit and change: "no" into "yes".
  • PermitRootLogin yes
  • PasswordAuthentication yes
7. Save the changes by running:
Code:
:xa
Then press "enter" key to save the file
Alternative ways of saving are:
Code:
:wq!
or by pressing "Ctrl" and "o"
* o means override

8. Run:
Code:
service sshd restart

Wait a few seconds and you can now access SSH using root account.
 
Last edited:
ang mahal pala.. 15k isang taon na google cloud account..
same lng po ba ang procedure kung sa digital ocean ang droplet para maging ssh?
 
Requirements:
1. Google Cloud account.
- Create yours by clicking You do not have permission to view the full content of this post. Log in or register now. . You will be credited an amount of $300 that will be valid for 12 months upon successful registration. $300 is enough so there's no need to avail or continue. Iwas din sa bayarin. Hahaha

2. Cloud Console App.
- Download the app in the Play Store or Apple Store
Android App Link: You do not have permission to view the full content of this post. Log in or register now.

3. Brain and Patience



Procedures:
1. Login into https:console.cloud.google.com/ .
2. Go to VM Instances and click "Create VM"
3. It's up to you kung ano ang settings ng gagawin mo. It's your decision kung ano ang country, RAM, vCPU, OS and Storage ang gagamitin mo. Normally, pwede na yung 1vCPU + 1GB RAM + 10GB Persistent SSD. Sa Operating System or OS, bahala ka na kung alin sa mga options doon.
4. Scroll down and click the checkbox for HTTP and HTTPS
5. Click "Save" or "Create" to create the VM Instance


Now, para ma-access using SSH Clients (eg.: JuiceSSH, PuTTY, etc.), create root password and enable SSH Connection.
1. Open Cloud Console App and go to "Resources", then "VM Instances", then select your VM or droplet to configure.
2. Click on the 3-dotted gear on the upper-right corner, then select "Connect Via SSH".
3. Once connected run the following commands:
sudo su root
cd
passwd root
4. Create your own password, click enter then re-type password
5. Run command:
vim /etc/ssh/sshd_config
6. Edit and change: "no" into "yes".
PermitRootLogin yes
PasswordAuthentication yes
7. Save the changes.
8. Run:
service sshd restart

Wait a few seconds and you can now access SSH using root account.
sir may alam kabang AutoScriptVPS na compatible kay google cloud?
 
Mabuti naman at na -recover ko pa. Nabura nga lang lahat yung mga droplet/VM na ipinamigay ko. OK lang. Ang mahalaga eh buhay ulit. Gumawa na lang ulit ako ng VM ko. Pang-sarili na lang to. Hindi na ako mamimigay.

2019-05-16.png
 

Attachments

may low ping server ba pang gaming sa google cloud? o pangstream lang talaga? taas ng ping sakin e unlike sa digitalocean sg server mababa lang
 
may low ping server ba pang gaming sa google cloud? o pangstream lang talaga? taas ng ping sakin e unlike sa digitalocean sg server mababa lang
hindi maganda pang gaming ang google cloud intances more on streaming lang talaga sya
 
Status
Not open for further replies.
Back
Top