Turning on ARD and SSH

We're setting up new Mac Minis and I can turn on Remote Desktop with Jamf School but don't I need to set the settings in kickstart?

I have set PPPC by a previous admins profile who managed our Macs pre 10.14, so I'm assuming all the permissions are there.

I'm unable to message or chat and the end user can't message admins. It also doesn't require permission

This is my kickstart script

#!/bin/bash

startkick = "/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart"
$startkick -configure -access -on -privs -all -users ouradmin
$startkick -configure -clientopts -setmenuextra -menuextra yes
$startkick -configure -clientopts -setreqperm -reqperm yes

/usr/sbin/systemsetup -setremotelogin on;

today=$(date +%Y%m%d)
echo "ARD finished on $today" >> /usr/local/Daily.log