https://store-images.s-microsoft.com/image/apps.6717.73668e9a-1680-42bb-9fba-40463605fb3a.ff860848-c089-4bb8-bb92-953057cf85fc.41019b60-4ba2-4c41-8fed-ce10d2a89c49

Code Server

por pcloudhosting

Version 4.107.0 + Free Support on ALMA LINUX 10

Code Server is an open-source, self-hosted development environment that provides a full Visual Studio Code experience directly in the web browser. It allows developers to write, edit, and manage code remotely while keeping their source code and tools securely on their own server.

Features of code-server:

  • Browser-based Visual Studio Code interface with full IDE functionality.
  • Self-hosted deployment ensuring complete control over source code and data.
  • Supports extensions, integrated terminal, Git, and debugging tools.
  • Accessible from any device using a modern web browser.
  • Suitable for remote development, cloud servers, and low-resource environments.

To run code-server, execute the following command:

$ code-server --bind-addr 0.0.0.0:8080

To access code-server in a web browser:

http://:8080

To check the login credentials, run:

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

To check the installed code-server version on your system, run:

$ code-server --version

Disclaimer: code-server is open-source software distributed under the MIT License. It is provided “as is” without any warranty of any kind. Users are responsible for securing, configuring, and maintaining the application according to their specific requirements. The developers and contributors are not liable for any issues arising from the use of this software.