# Dont work client Debian 13

**URL:** https://forum.pritunl.com/t/dont-work-client-debian-13/3712
**Category:** Pritunl VPN
**Created:** [February 9, 2026, 8:12am UTC](https://forum.pritunl.com/t/dont-work-client-debian-13/3712 "2026-02-09T08:12:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![maior2008](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/m/82dd89/32.png) [@maior2008](https://forum.pritunl.com/u/maior2008)
#### Post date: [February 9, 2026, 8:12am UTC](https://forum.pritunl.com/t/dont-work-client-debian-13/3712/1 "2026-02-09T08:12:30Z")

</div>

Dont work client for debian trixie  
In windows 10 client work normally.

Service logs

`[2026-02-09 11:03:49][INFO] ▶ connection: Attempting remotes ◆ client_disconnect=false ◆ client_disconnect_waiters=0 ◆ client_disconnected=false ◆ client_provider=true ◆ client_startime=0 ◆ data_iface="" ◆ data_mode="" ◆ data_remotes=[]string{"url"} ◆ data_status="connecting" ◆ data_timestamp=0 ◆ data_tun_iface="" ◆ ovpn_auth_failed=false ◆ ovpn_cmd=false ◆ ovpn_connected=false ◆ ovpn_dir="" ◆ ovpn_last_auth_failed=-1 ◆ ovpn_management_pass=false ◆ ovpn_management_port=0 ◆ ovpn_path="openvpn" ◆ ovpn_remotes=[]string{} ◆ ovpn_running=0 ◆ ovpn_tap_iface="" ◆ profile_device_auth=false ◆ profile_disable_dns=false ◆ profile_disable_gateway=false ◆ profile_dynamic_firewall=false ◆ profile_force_connect=false ◆ profile_force_dns=false ◆ profile_geo_sort=false ◆ profile_id="421e0e7d104f743f" ◆ profile_mode="ovpn" ◆ profile_reconnect=true ◆ profile_sso_auth=false ◆ profile_system_profile=false ◆ profile_timeout=false ◆ remotes=[]string{"url"} ◆ state_closed=false ◆ state_closed_waiters=0 ◆ state_deadline=false ◆ state_delay=false ◆ state_id="6acac34e99626560" ◆ state_interactive=false ◆ state_no_reconnect=false ◆ state_stop=false ◆ state_system_interactive=false ◆ state_temp_paths=[]string{} ◆ state_time=time.Date(2026, time.February, 9, 11, 3, 49, 303939446, time.Local) ◆ wg_bash_path="" ◆ wg_conf_path="" ◆ wg_conf_path2="" ◆ wg_connected=false ◆ wg_last_handshake=0 ◆ wg_path="/usr/bin/wg" ◆ wg_priv_key=false ◆ wg_pub_key=false ◆ wg_quick_path="/usr/bin/wg-quick" ◆ wg_server_pub_key=false ◆ wg_sso_start=time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC) ◆ wg_sso_token=false ◆ wg_util_path=""`

---

<div class="post-metadata">

### Author: ![zach](https://forum.pritunl.com/user_avatar/forum.pritunl.com/zach/32/1105_2.png) [@zach](https://forum.pritunl.com/u/zach)
#### Post date: [February 9, 2026, 4:58pm UTC](https://forum.pritunl.com/t/dont-work-client-debian-13/3712/2 "2026-02-09T16:58:45Z")

</div>

Verify the repository file is the correct repository for the Debian version. Run the commands below to update the repository file and reinstall the package.

```bash
sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb [signed-by=/usr/share/keyrings/pritunl.gpg] https://repo.pritunl.com/stable/apt trixie main
EOF

sudo apt --assume-yes install gnupg
curl -fsSL https://raw.githubusercontent.com/pritunl/pgp/master/pritunl_repo_pub.asc | sudo gpg -o /usr/share/keyrings/pritunl.gpg --dearmor --yes
sudo apt update
sudo apt install --reinstall pritunl-client-electron

```

---

<div class="post-metadata">

### Author: ![maior2008](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/m/82dd89/32.png) [@maior2008](https://forum.pritunl.com/u/maior2008)
#### Post date: [February 24, 2026, 6:06pm UTC](https://forum.pritunl.com/t/dont-work-client-debian-13/3712/3 "2026-02-24T18:06:29Z")

</div>

Yes,

Everything is correct

But client doesnt work

---

<div class="post-metadata">

### Author: ![maior2008](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/m/82dd89/32.png) [@maior2008](https://forum.pritunl.com/u/maior2008)
#### Post date: [May 12, 2026, 8:44am UTC](https://forum.pritunl.com/t/dont-work-client-debian-13/3712/4 "2026-05-12T08:44:23Z")

</div>

```auto

```

It still doesn’t work on the Debian client.
