# Remote connection to VOXL2 from VSCode

Source: https://forum.modalai.com/topic/3075/remote-connection-to-voxl2-from-vscode
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-01-31 16:17:34 UTC by riteshsharma
Replies: 5 · Views: 1119

## riteshsharma · 2024-01-31 16:17:34 UTC

I am having trouble connecting VS Code remotely to browse the VOXL2 file system. Each time I try to connect, it is asking me password. Can someone tell me what should I put for password?

## Reply by Guest · 2024-01-31 17:07:43 UTC

@rsr4z 

Can I ask how you're trying to connection the VOXL2 filesystem via VSCode? SSH?

It might be easier to just use an ADB connection + the command line, we have documentation on how to do this [here](https://docs.modalai.com/setting-up-adb/).

Thanks,
Thomas Patton

## Reply by riteshsharma · 2024-01-31 17:10:13 UTC (in reply to Guest)

@thomas Yes I was trying to make remote SSH connection from VS code interface.

![Capture.PNG](https://forum.modalai.com/assets/uploads/files/1706721119271-capture.png)

## Reply by Guest · 2024-01-31 17:17:10 UTC (in reply to riteshsharma)

@rsr4z 

Ok cool, then connecting just depends on what Wi-Fi mode you have the VOXL2 in. If you have it in Station mode (i.e. connected to your local WiFi network) then you'll want to `ssh` to `ssh root@<YOUR IP HERE>` and the password should be `oelinux123`. If you have the VOXL in SoftAP mode (i.e. broadasting its own network) you'll connect to that network with password `1234567890` and then SSH into it using the same password.

You can read [here](https://docs.modalai.com/voxl-2-wifi-setup) for more information.

Thomas Patton

## Reply by riteshsharma · 2024-01-31 17:25:58 UTC (in reply to Guest)

@thomas Thank you. It worked. I missed adding root as username.

## Reply by Guest · 2024-01-31 17:26:53 UTC (in reply to riteshsharma)

@rsr4z 

Yeah no worries, let me know if I can help out with anything else!
