LinuxRMM-Script icon indicating copy to clipboard operation
LinuxRMM-Script copied to clipboard

Insecure Install

Open vikramwalia opened this issue 1 year ago • 5 comments

Hi, Would it be possible to include a parameter for an insecure install, essentially --insecure as with the original agent install if running within the same network using local DNS records and self signed certificates ?

Original Install Agent in Windows will look like this tacticalagent-v2.7.0-windows-amd64.exe /VERYSILENT /SUPPRESSMSGBOXES && ping 127.0.0.1 -n 5 && "C:\Program Files\TacticalAgent\tacticalrmm.exe" -m install --api https://api.fqdn.com --client-id 1 --site-id 1 --agent-type server --auth xxxxxxx --insecure

vikramwalia avatar Jul 06 '24 01:07 vikramwalia

Here is the error I am getting , hence asking for an insecure install

inflating: /tmp/rmmagent-master/main.go
creating: /tmp/rmmagent-master/shared/ inflating: /tmp/rmmagent-master/shared/types.go
inflating: /tmp/rmmagent-master/versioninfo.json
FATA[0000] Get "https://api.fqdn.com/api/v3/installer/": tls: failed to verify certificate: x509: certificate signed by unknown authority Created symlink /etc/systemd/system/multi-user.target.wants/tacticalagent.service -> /etc/systemd/system/tacticalagent.service. Tactical Agent Install is done

vikramwalia avatar Jul 06 '24 01:07 vikramwalia

Good Afternoon,

You should be able to amend the script and put --insecure, same way as with windows you need to add the silent install parameter

Nerdy-Technician avatar Jul 17 '24 20:07 Nerdy-Technician

@vikramwalia I made a little modification in script for accept --insecure install, here is the link to download: https://raw.githubusercontent.com/guilhermefr67/LinuxRMM-Script/main/rmmagent-linux.sh

guilhermefr67 avatar Sep 13 '24 11:09 guilhermefr67

Hi @guilhermefr67 , does this modification changes the original installation base, or can end users still install it as original?

netvolt avatar Sep 23 '25 20:09 netvolt

Hi @netvolt , no, I just added the --insecure parameter to the script. It still maintains the original installation

guilhermefr67 avatar Oct 17 '25 14:10 guilhermefr67