You need to be able to access internet from your host.

If you use http proxy then you need to:
  1. Rename /[editor]/[data]/default-proxy.ini to [editor]/[data]/proxy.ini
  2. Open proxy.ini and set use_proxy to 'On' (Ex: use_proxy = On)
  3. Set all other values to your proxy's settings
    For example:
        [proxy]
    
        ;use_proxy can be set to On or Off, by defaul it Off
        use_proxy = On
        proxy_address = 192.168.251.1
        proxy_port = 8080
        proxy_auth = On
        proxy_login = john.tango
        proxy_password = theeaglehaslanded
                        

Close