Quick Start
  • Quick Start
    • Account Setup
    • Start with the Portal
      • Log in to Dashboard
      • Uploads Overview
        • Upload a File
        • Upload a Folder
      • Get Files
      • Delete Files
    • Start with the API
      • Obtain an API Key
      • Obtain an Access Token
      • Use the Access Token
  • Developer Documentation
  • Concepts
    • What is dStor?
    • Why dStor?
    • dStor Components
      • Directories
      • Folders
      • Files
      • Billing
  • Paying for dStor
    • Overview
  • Storage Node Operation Guide
    • Storage Node Operation
      • Node Operator Requirements
      • Become a Node Operator
      • Storage Node Install Pre-prequirements
      • Create User to Install
      • Create Directory & Install dStor
      • More Useful Commands
      • How it Works
  • Social
Powered by GitBook
On this page
  1. Storage Node Operation Guide
  2. Storage Node Operation

Create User to Install

Create your own user to install and run dStor under.

DO NOT RUN AS ROOT

adduser username

usermod -aG sudo username

sudo apt update && sudo apt upgrade -y

  • Reboot if needed.

PreviousStorage Node Install Pre-prequirementsNextCreate Directory & Install dStor

Last updated 2 years ago