Installing Twingate on seedbox linux server

I have a seedbox server through Giga-rapid.com and am wanting to setup a connection with Twingate.
The issue I have is I don’t have sudo access to the server and therefore when trying to deploy Twingate via the command below it fails

curl “https://binaries.twingate.com/connector/setup.sh” | sudo TWINGATE_ACCESS_TOKEN=“” TWINGATE_REFRESH_TOKEN=“” TWINGATE_URL=“https://.twingate.com” bash


Any help would be appreciated. 
Thanks

Unfortunately because the installation script requires updating the repository list for installation as well as configuring system services, you would need sudo access to your instance in order to deploy the connector there.

You may be able to deploy a docker container within your userspace to run the connector - but I do not know the restrictions placed on your account.

Thanks,

-arthur

Ok, it looks like I have managed to progress a little further through the install.
I am now however getting the following messages

Setting up twingate-connector (1.58.0) …
System has not been booted with systemd as init system (PID 1). Can’t operate.
System has not been booted with systemd as init system (PID 1). Can’t operate.
System has not been booted with systemd as init system (PID 1). Can’t operate.

Any idea on what could be causing this and how to fix it?

In this instance it appears that systemd is not set up on this machine or vm , which means the connector can’t run because it depends on systemd to run as a service.

There’s some search results out there specific to WSL2 and Ubuntu/systemd but that may or may not be relevant to your scenario.

Thanks,

-arthur

The hosting company have told me they do not support systemd on their VMs but do support Supervisord, will this work?