How to deploy an IPFS Node?
NOTE: Spheron Compute offers the flexibility to create custom configurations for your instance.
Spheron allows you to deploy a compute instance pre-installed with IPFS, all set up and ready to use on the Akash Network. To deploy an IPFS node:
- Click "New Cluster" on the top right corner.
- Choose "Compute" to use CPU-based instances for running containers.
- Choose your desired Compute Type option under Compute Type.
- Select Start from Marketplace App.
- Pick IPFS from the marketplace.
- Select your preferred Region, if any. If you do not add a region, the container will be deployed in any region for Spot, or in the eu-east region for On Demand. Click here to know more.
- Spheron will automatically select the recommended plan for the specific template. If you intend to move forward with the recommended plan, just Click "Deploy" to initiate deployment.
- Select the instance plan that suits your needs. You can use the "Create Custom Plan" toggle to create custom plans for your CPU based instance.
- Configure Storage (SSD) plan for your instance. Use the "Add Persistent Storage" toggle to add persistent storage for your instance.
- You can add advanced configuration if required. Click here to know more.
- Click "Deploy" to initiate deployment.
Verify Installation
The IPFS Node can be accessed only after the Compute Instance is provisioned. Thus, you need to wait for the installation to complete before you can start using it.
Upload files to IPFS using IPFS WebUI
Use the Connection URL
provided by Spheron under Port Policy Info for Port 5001 and append /webui
to access the IPFS Web interface.
Access files using IPFS Gateway
Use the Connection URL
provided by Spheron under Port Policy Info for Port 8080 and append /ipfs/{cid}
to access your file directly from the IPFS network.
For more information, refer to the IPFS docs (opens in a new tab).