Remote Arduino Create Web Editor

Is it possible to use Arduino Create remotely from the Web Editor?

I'd like to run the Arduino Create Web Editor on a laptop, and have the Arduino board plugged into another PC elsewhere.

Hi @binaryfrost,
if you want to program a board not connected to the computer where the editor is running, but connected to the same network, at the moment the editor supports only Arduino Yun network upload.

Your other option is to use some RD (Remote Desktop) software such as LETMEIN or similar.

Also depending on the OS on both computers a lot of versions of windows have RD available to them too.

Thanks guys. Two good suggestions, but not quite what I'm looking for.

As the Create Editor uses sockets to speak to the Create Plugin, there must be a way of doing this with port/socket redirection.

Does anyone know if the Crea5te Plugin is Open Source?

Have you checked out the repo on GITHUB ?

Necro-posting here, but haven't found any more recent similar threads. It looks like it should be possible to connect to the create agent @ballscrewbob linked to on another computer using port forwarding over ssh. Has anyone tried this?