Windows
Download Link for
To install:
- Download from the above link
- Unzip the file
- Run LavawallWin.exe with Administrator permissions.
Linux
Mac
Download Link for
To install
- Open terminal
wget -o installer.sh
chmod +x ./installer.sh
sudo ./installer.sh
- enter your password
- Click Allow when prompted to allow terminal to manage your computer
Datto RMM for Windows
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
- In the left side menu in Datto RMM, Expand Sites
- Click All Sites
- Click the site you want to deploy to first
- Under that site in the left menu, click Settings
- Under Variables, click Add Variable
- For Name, enter
LAVAWALL_KEY
- For Value, enter
- Scroll down and click Save Site
- Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
- Click here to download the Datto Windows component
- Back in the Datto RMM, click Automation on the left-side menu, then click Components
- Near the top right corer, click Import and open the component you downloaded above
- Run jobs as a system account
Datto RMM for Linux
- In the left side menu in Datto RMM, Expand Sites
- Click Sites
- Click the site you want to deploy to first
- Under that site in the left menu, click Settings
- Under Variables, click Add Variable
- For Name, enter
LAVAWALL_KEY
- For Value, enter
- Scroll down and click Save Site
- On the left side menu, click Automation
- Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
- Click Components
- In the top right corner, click Create Component
- For Name, enter Lavawall Install Linux
- Under Category, click Scripts
- Set Script to Shell (Unix, macOS)
- 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
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
- In the left side menu in Datto RMM, Expand Sites
- Click All Sites
- Click the site you want to deploy to first
- Under that site in the left menu, click Settings
- Under Variables, click Add Variable
- For Name, enter
LAVAWALL_KEY
- For Value, enter
- Scroll down and click Save Site
- Repeat the above steps for all of your sites, selecting the appropriate company from the drop-down menu above.
- Click here to download the Datto Mac component
- Back in the Datto RMM, click Automation on the left-side menu, then click Components
- Near the top right corer, click Import and open the component you downloaded above
- Run jobs as a system account