VS Code Server: Can't Install on Proxmox #9

Closed
opened 2026-02-04 16:17:32 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @xyboox on GitHub (Nov 3, 2024).

Originally assigned to: @MickLesk on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

I get this error when trying to run the install script for VSCode Server: "Can't Install on Proxmox"
Proxmox 8.2.7 - latest updates

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

Running this command in shell: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)"

Originally created by @xyboox on GitHub (Nov 3, 2024). Originally assigned to: @MickLesk on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. I get this error when trying to run the install script for VSCode Server: "Can't Install on Proxmox" Proxmox 8.2.7 - latest updates ### What settings are you currently utilizing? Default Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. Running this command in shell: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)"
OVERLORD added the not a script issuequestion labels 2026-02-04 16:17:32 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 3, 2024):

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/code-server.sh)"

=> Works fine for me.

You need to enter this in an existing LXC, not in the Proxmox Node.
If this failure like this:

  • Installing Dependencies...‼ ERROR 100@72 Unknown failure occured.

You have an problem with apt-get update or dpkg-

Here an example at my test lxc:

This will Install Code Server on cloudflared. Proceed(y/n)?y
✓ Installed Dependencies
✓ Installed Code-Server v4.93.1 on cloudflared
Code Server should be reachable by going to the following URL.
http://192.168.0.40:8680

@MickLesk commented on GitHub (Nov 3, 2024): bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/code-server.sh)" => Works fine for me. You need to enter this in an existing LXC, not in the Proxmox Node. If this failure like this: - Installing Dependencies...‼ ERROR 100@72 Unknown failure occured. You have an problem with apt-get update or dpkg- Here an example at my test lxc: This will Install Code Server on cloudflared. Proceed(y/n)?y ✓ Installed Dependencies ✓ Installed Code-Server v4.93.1 on cloudflared Code Server should be reachable by going to the following URL. http://192.168.0.40:8680
Author
Owner

@xyboox commented on GitHub (Nov 3, 2024):

oh... I feel stupid... just saw it: "Execute within an existing LXC Console".🤦‍♂️

@xyboox commented on GitHub (Nov 3, 2024): oh... I feel stupid... just saw it: "Execute within an existing LXC Console".🤦‍♂️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#9