Windows
Linux
Mac
Datto RMM for Windows
Site setup
Note: Steps 1-8 need to be completed only once per company. If you’ve already done it in Mac, Windows, or Linux, you don't have to do it again
Click here for detailed instructions
  1. In the left side menu in Datto RMM, Expand Sites
  2. Click All Sites
  3. Click the site you want to deploy to first
  4. Under that site in the left menu, click Settings
  5. Under Variables, click Add Variable
  6. For Name, enter LAVAWALL_KEY
  7. For Value, enter
  8. Scroll down and click Save Site
  9. Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
Component Setup
  1. Click here to download the Datto Windows component
  2. Back in the Datto RMM, click Automation on the left-side menu, then click Components
  3. Near the top right corer, click Import and open the component you downloaded above
  4. Run jobs as a system account
Click here for detailed instructions with screen captures.
Datto RMM for Linux
Note: Steps 1-10 need to be completed only once per company. If you’ve already done it in Mac, Windows, or Linux, you don't have to do it again
  1. In the left side menu in Datto RMM, Expand Sites
  2. Click Sites
  3. Click the site you want to deploy to first
  4. Under that site in the left menu, click Settings
  5. Under Variables, click Add Variable
  6. For Name, enter LAVAWALL_KEY
  7. For Value, enter
  8. Scroll down and click Save Site
  9. On the left side menu, click Automation
  10. Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
  11. Click Components
  12. In the top right corner, click Create Component
  13. For Name, enter Lavawall Install Linux
  14. Under Category, click Scripts
  15. Set Script to Shell (Unix, macOS)
  16. Paste the following in the big script box
    wget https://linuxlavaupdate.lavawall.com/LavawallLin
    chmod +x ./LavawallLin
    ./LavawallLin --c $LAVAWALL_KEY
    exit
Datto RMM for Mac
Site setup
Note: Steps 1-8 need to be completed only once per company. If you’ve already done it in Mac, Windows, or Linux, you don't have to do it again
Click here for detailed instructions
  1. In the left side menu in Datto RMM, Expand Sites
  2. Click All Sites
  3. Click the site you want to deploy to first
  4. Under that site in the left menu, click Settings
  5. Under Variables, click Add Variable
  6. For Name, enter LAVAWALL_KEY
  7. For Value, enter
  8. Scroll down and click Save Site
  9. Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
Component Setup
  1. Click here to download the Datto Mac component
  2. Back in the Datto RMM, click Automation on the left-side menu, then click Components
  3. Near the top right corer, click Import and open the component you downloaded above
  4. Run jobs as a system account
Click here for detailed instructions with screen captures.