Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Last active June 2, 2024 04:28
Show Gist options
  • Save gilangvperdana/02223746bb1582895ee368bc5c659284 to your computer and use it in GitHub Desktop.
Save gilangvperdana/02223746bb1582895ee368bc5c659284 to your computer and use it in GitHub Desktop.
VSCode Server on Ubuntu Installation

VSCode Server Installation

curl -fsSL https://code-server.dev/install.sh | sh
PASSWORD=my-custom-password
code-server --auth password --bind-addr 0.0.0.0:8080

Change bind port, IP & Password

/root/.config/code-server/config.yaml

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment