Raspberry Pi4 Ubuntu Server install.

less than 1 minute read

For my ESP project, I want my own Server.

AWS and Google cloud need to pay for making server.

But, raspi 4 doesn’t need to care after install.

Here is image file for Raspi.
https://ubuntu.com/download/raspberry-pi

Raspberry pi Imager, it’s too slow to burn a SD card.

So, I found one program that most people recommended.
https://www.balena.io/etcher/

Install it, you can easily use it.

When SD card has burned,

  1. Reconnet your SD card. And go to boot folder. (Only press cancel when warning occur)

  2. Make a new file, and change name to “ssh”. (No Filename Extension)

  3. Open file name “network-config” with notepad++ or any editor, and write your wifi config.

    NOTEPAD : https://notepad-plus-plus.org/downloads/

    wifiset

  4. Open file name “user-data”, add 2 sentence.

    2sen

  5. Insert SD card, turn on your Raspi4, and wait about 2 minutes.

  6. Go to your WiFi manager, and you can see ubuntu connected.

  7. Turn off your Raspi4, and reconnect.

  8. Open putty and connect using your wifi.

  9. Login (ID: ubuntu, passwd: ubuntu), and reset your passwd.

  10. Reconnect, and done.


Go to top

Leave a comment