Deploy the Node
Navigate to https://console.akash.network/
On the left sidebar click on Deployments
and then to DEPLOY
Select Empty
template
Insert the provided content, ensuring that you edit the necessary fields and that your input is enclosed within double quotes.
To find the latest Docker images for your template, check both the version without SSH and the version with SSH.
- When configuring the
HOURLY_PRICES
field, set the last part of the string to10000000udvpn
for residential nodes and4160000udvpn
for data center nodes. - To convert your mnemonic in BASE64 use this link
Template
Template with SSH Access
Click on CREATE DEPLOYMENT
You will need to make a 0.5 AKT or 5 USDC deployment deposit, which will be refunded to you upon closing the deployment.
Now, wait for bids, select your preferred provider and click on ACCEPT BID
Wait for deployment and check the tab EVENTS
to see the IP that has been assigned!
Now go on tab UPDATE
, insert your IP into the field IPV4_ADDRESS
and click on UPDATE DEPLOYMENT
The node will be redeployed. You can check the LOGS
tab as you normally do when installing it manually to verify if it goes online without errors. Alternatively, you can SSH into the container, which is the next step.