Hi @Manoj,
It’s not possible to run the resin.io service as a local instance. However, if you are using proxy servers within your network environment, you should be able to use these in the Virtual device. There’s more details in this post, but essentially:
- Create a
redsocks.confin the/system-proxydirectory on theresin-bootpartition of the downloaded image for provisioning the device - Ensure the
redsocks.confincludes the lines:daemon = offlocal_port = 12345
- Fill in the rest of the
redsocks.confwith the proxy settings for the network
This should allow the virtual device to connect to the resin.io servers. Note also that this works only with device images that use the NetworkManager component to configure them, but as you’re provisioning a new device, this should be the case anyway.