Jump to content

Hello internet, 

 

I was trying to set up Rustdesk, following along with a NetworkChuck video, and my Ubuntu server (using AWS free tier) set up with docker is giving me this error: unable to get image 'rustdesk/rustdesk-server:latest': permission denied while trying to connect to the docker daemon socket at unix://var/run/docker.sock: get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/rustdesk/rustdesk-server:latest/json": dial unix /var/run/docker.sock: connect: permission denied. 
 does anyone know what this error is? google isn't helping.

 

Thanks,

              Foure

Link to comment
https://linustechtips.com/topic/1600579-selfhosted-rustdesk-server/
Share on other sites

Link to post
Share on other sites

Is the user running the rustdesk docker part of the "docker" group?

GAMING PC "Ol' Bessie":

Ryzen 7 7800X3D | Radeon RX 6950 XT | Gigabyte B650M AORUS Elite AX | G.Skill Flare X5 6000MT/s CL36 16GBx2 | 5TB of SSD POWER | EVGA SuperNOVA 850W GT | Noctua NH-U14S | Fractal Design Pop! Mini Air | Windows 11 Pro

 

Kind Of A Home Lab "Bay":

Ryzen 5 3600 | Intel ARC A310 | ASUS PRIME B550-PLUS | T-FORCE 3200MT/s 16GBx2 | 2TB boot SSD + 8TBx6 HDD RaidZ2 | EVGA SuperNOVA 650W G2 | Phanteks Enthoo Pro M | Ubuntu 24.04 LTS

 

The Laptop:

Framework Laptop 13 | Intel i5-1340p | G.Skill Ripjaws 3200MT/s 16GBx2 | Solidigm P44 Pro 2TB | Arch Linux

Link to post
Share on other sites

2 hours ago, Foure said:

google isn't helping.

I find that extremely hard to believe. This one of the most common errors any first time docker user experiences. You havent setup permissions for docker to run in userspace.

mY sYsTeM iS Not pErfoRmInG aS gOOd As I sAW oN yOuTuBe. WhA t IS a GoOd FaN CuRVe??!!? wHat aRe tEh GoOd OvERclok SeTTinGS FoR My CaRd??  HoW CaN I foRcE my GpU to uSe 1o0%? BuT WiLL i HaVE Bo0tllEnEcKs? RyZEN dOeS NoT peRfORm BetTer wItH HiGhER sPEED RaM!!dId i WiN teH SiLiCON LotTerrYyOu ShoUlD dEsHrOuD uR GPUmy SYstEm iS UNDerPerforMiNg iN WarzONEcan mY Pc Run WiNdOwS 11 ?woUld BaKInG MY GRaPHics card fIX it? MultimETeR TeSTiNG!! aMd'S GpU DrIvErS aRe as goOD aS NviDia's YOU SHoUlD oVERCloCk yOUR ramS To 5000C18

Link to post
Share on other sites

11 hours ago, Levent said:

I find that extremely hard to believe. This one of the most common errors any first time docker user experiences. You havent setup permissions for docker to run in userspace.

Yes or else ask chatgpt which is faster.

 

Just add group to user you're using

sudo usermod -aG [username] [groupname]

Relog then you'll have acces to it.

 

In your case is group called docker.

I'm jank tinkerer if it works then it works.

Regardless of compatibility 🐧🖖

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×