# How To Run Myria Node with VPS Linux

By [Tin Anpha](https://paragraph.com/@tinanpha) · 2023-06-14

---

Hello everyone, today I will guide you thoroughly how to install a Myria Node with VPS Linux

**THIS TUTORIAL IS EXCLUSIVELY FOR SOMEONE WHO ALRREADY BOUGHT MYRIA** [**NODE LICENSE**](https://myria.com/?code=SA8TCQV3IL)**.**

IF YOU HAVEN'T GOT ONE, YOU CAN GET IT [HERE](https://myria.com/?code=SA8TCQV3IL).

I suggest we rent a VPS (Virtual Private Sever). I choose [Contabo](https://geni.us/contabo) because it’s cheap with the hardwares that the project requires as you can see below:

![](https://storage.googleapis.com/papyrus_images/305bb4b5e17c66bfad93bec0f1836ab06e35a655c721eadfb96930f6103736d5.png)

Sever Requirements

![](https://storage.googleapis.com/papyrus_images/b392ee33b382ab5fe0d8f1f74a26320bac979d538185d15af931a305f57ab2a9.png)

Go to [https://geni.us/contabo](https://geni.us/contabo) and Choose the Cloud VPS S as below:

![](https://storage.googleapis.com/papyrus_images/3f83d2d9a6615e892f046d762b9a36d79a39eac321f76460ec4767df63797b12.png)

Remember set the currency to Euro for cheaper payment

Fill out the password and hit Next

![](https://storage.googleapis.com/papyrus_images/7ffcf475b36e7fb451ddae3718adc393edd6d50aa42071e4161d67904a9fefc7.png)

If you are new to [Contabo](https://geni.us/contabo) you can create new account by filling the info or you can change to tab “I’m a [Contabo](https://geni.us/contabo) Customer to login and hit Next

![](https://storage.googleapis.com/papyrus_images/591465e9128004fe9e519f5d10f05212a39fc245814294059f17f4c0ca5d740f.png)

Then hit Oder & Pay

![](https://storage.googleapis.com/papyrus_images/266e78d90b5f2baa46eb049fb0052e24d73911d740c8284554d96629dd302cd8.png)

Then wait for Contabo to send you the login info in you email

![](https://storage.googleapis.com/papyrus_images/5e91ef65a6396caacdde621740a1b76f2df58b2c7a7f5f9001937c8917013f48.png)

Get the IP address and with the password you have just filled above, we are ready to go

![](https://storage.googleapis.com/papyrus_images/de2ca2f8cf88a71ba21724f8abc005cd042befe7c217bb05ae1744a40b156a8c.png)

Now connect to your VPS using terminal (if you use MacOS) or use [Window Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=US) if you use WindowOS with this command:

ssh root@\[your IP address\]

My Exp:

![](https://storage.googleapis.com/papyrus_images/c4ea982272524bf58ac0181ec2255027032d6b9f87a9ab3820ff2ef18a2db070.png)

    ssh root@38.242.153.47
    

Type “yes” then Paste your Password (Remember the password does not show up) and enter

Now you are connected to VPS

![](https://storage.googleapis.com/papyrus_images/ba74cb963fac8d0044f1ebfaf35996d70b20fe2ee129bc994b1794807496134c.png)

Next using the following command to run myria node:

    sudo wget https://downloads-builds.myria.com/node/install.sh -O - | sudo bash
    

![](https://storage.googleapis.com/papyrus_images/e45e54b53b838938d4b4086147e829c67131ddb4c7ed27763d45a185aa7e0e4c.png)

Next

    myria-node --start
    

![](https://storage.googleapis.com/papyrus_images/f04591ec5ae0d590cc51213c2aeedcc256a45fb90de04a18b3e5823d5f9f00b3.png)

Once completed, you’ll be asked to input your API Key. To retrieve and input your Myria Node API Key/s:

*   Go to your [dashboard](https://myria.com/nodes/dashboard) ([https://myria.com/nodes/dashboard/](https://myria.com/nodes/dashboard))
    
*   Click **Manage** to retrieve and manage your API Key/s.
    
*   Follow the prompts to input your Myria Node API Key/s.
    

Once completed, your Node is now running and you can check the status of your Node by running command

    myria-node --status
    

![](https://storage.googleapis.com/papyrus_images/8ce8c1795536d8e5c79802369f333f881042e6df651f501e1b0ff38b5c92e44e.png)

![](https://storage.googleapis.com/papyrus_images/3d16cfe6af839497ac4d7a03da9248b70207f84c5caee697f1c23f181c1eef90.png)

That's all!

---

*Originally published on [Tin Anpha](https://paragraph.com/@tinanpha/how-to-run-myria-node-with-vps-linux)*
