Advanced Installation

⚠️
Only proceed with caution. These advanced steps can break communication between VRA Server Clients
Manual Update ProcessManual Update Process

Local Certificate Bundle

Download Bundle
assets.visualradio.cloud
Install CA and Server Core certificates on your machine

Add VRA Server Core to your hosts file

On your Core Machine, follow the steps for your OS:

Mac OS

bash
sudo echo '127.0.0.1 core.vra.local' >> /etc/hosts # optional sudo echo '127.0.0.1 {studio_name}.core.vra.local' >> /etc/hosts

Windows

bash
# Open your Hosts file # WIN + R > %systemroot%/system32/drivers/etc # File > Open Powershell|CMD as Administrator #. Type "notepad hosts" + ENTER # Add following lines and save 127.0.0.1 core.vra.local # optional 127.0.0.1 {studio_name}.core.vra.local
(replace {studio_name} with your studio name)
Go to your Core Settings and adjust the Host to the configured host above.