Relay

If you are implementing your own instance of Standard and intent to access it remotely, you will need to set up an instance of Standard in relay mode on a public server.

Public Relay

If you have purchased a Standard Public Relay Membership, you can use relay.standardcomputers.net in your config.conf for the relay property, and we'll handle the rest.

To set up a relay, use the configuration below. Standard instances that connect to a relay must be in master-client mode or simply client mode.

Relay config.conf

    
    name: standard-relay-sv1
    version: 1.0
    master: true
    port: 42069
    mode: server
    relay: relay.thisrelay.example.net
    nodes: []
    conversational: true
    voice: en_GB-northern_english_male-medium
    model: standard
    tls: true
    sms: true
    email: true
    spoken: true
    remote_changes: true
    release_cadence: 86400
    indexing_cadence: 21600