# QGC not connecting with computer

Source: https://forum.modalai.com/topic/2165/qgc-not-connecting-with-computer
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-05-16 02:47:52 UTC by Darshit Desai
Replies: 1 · Views: 215

## Darshit Desai · 2023-05-16 02:47:52 UTC

Hi everyone our QGC on the laptop is unable to connect with the drone we are not sure since we didn't change anything we verified the voxl px4 config file and the voxl vision

This is the systemctl command I ran to debug my connection

```
voxl:~$ systemctl status -l voxl-vision-px4
● voxl-vision-px4.service - voxl-vision-px4
   Loaded: loaded (/usr/bin/voxl-vision-px4; enabled; vendor preset: enabled)
   Active: active (running) since Thu 1970-01-01 00:00:08 UTC; 53 years 4 months ago
 Main PID: 2590 (voxl-vision-px4)
   Memory: 8.0K
      CPU: 451ms
   CGroup: /system.slice/voxl-vision-px4.service
           └─2590 /usr/bin/voxl-vision-px4

Jan 01 00:00:08 apq8096 systemd[1]: Started voxl-vision-px4.
Jan 01 00:00:09 apq8096 voxl-vision-px4[2590]: WARNING: voxl-mavlink-server does not appear to be running
Jan 01 00:00:09 apq8096 voxl-vision-px4[2590]: make sure it is enabled: systemctl enable voxl-mavlink-server
Jan 01 00:00:35 apq8096 voxl-vision-px4[2590]: WARNING: PX4 Mavlink Disconnected
voxl:~$ voxl-inspect-services
 Service Name         |  Enabled  |   Running   |  CPU Usage
---------------------------------------------------------------
 docker-autorun       |  Enabled  | Not Running |  
 docker-daemon        |  Enabled  |   Running   |     0.0
 modallink-relink     | Disabled  | Not Running |  
 voxl-camera-server   |  Enabled  |   Running   |    17.0
 voxl-cpu-monitor     | Disabled  | Not Running |  
 voxl-dfs-server      | Disabled  | Not Running |  
 voxl-imu-server      |  Enabled  |   Running   |     1.8
 voxl-mavlink-server  |  Enabled  |   Running   |     0.0
 voxl-modem           | Disabled  | Not Running |  
 voxl-portal          |  Enabled  |   Running   |     0.0
 voxl-qvio-server     |  Enabled  |   Running   |     9.4
 voxl-streamer        | Disabled  | Not Running |  
 voxl-tag-detector    |  Enabled  | Not Running |  
 voxl-tflite-server   | Disabled  | Not Running |  
 voxl-time-sync       | Disabled  | Not Running |  
 voxl-vision-px4      |  Enabled  |   Running   |     0.0
 voxl-wait-for-fs     |  Enabled  |  Completed  |  
voxl:~$
```

## Reply by wilkinsaf · 2023-05-16 04:00:54 UTC

Couple of questions

1. How are you attempting to connect to the VOXL? Wifi? Radio? etc... Also, what OS are you running (I have heard of firewalls getting in the way of connecting sometimes)? 
2. If you are connecting over wifi, what do you see when you enter the address of the VOXL into a web browser? VOXL-portal is enabled, so if you are truly connected you should see a VOXL webpage pop up
3. Can you please put the output of these commands  here `cat /etc/modalai/voxl-mavlink-server.conf` and `cat /etc/modalai/voxl-vision-px4.conf`
