How to make different workflows to use Proxy or VPN with different locations

Hello everyone.

I want to ask is there opportunity to make different workflows which will use their owner proxy or vpn service.

For exmaple:
Workflow “A” starts to execution use (proxy or vpn) with location Germany.
Workflow “B” starts to execution use (proxy or vpn) with location Italy.
and so on.

Is it possible to do on selfhosted N8N ?

Thanks in any advice. Have a nice day.

1 Like

If the VPN can be activated by command

Then there is a chance use n8n’s node Execute command to acheive it.

2 Likes

I am using docker run self hosted n8n. I think approach above will not help me. Thanks

1 Like

I’m pretty sure @darrell_tw solution is correct. The Execute Command node is only available if you are self hosting. There is for example Express VPN, which supports CLI.

1 Like

You can set proxy in http request nodes, have you tried that?

Best regards,

Samuel

2 Likes

I will check thanks

I will check, thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.