code-server is a web-based version of Visual Studio Code that enables developers to work with their favorite text editor from a browser. This guide will walk you through the installation steps for code-server on MXLinux Latest.
sudo apt-get install -y nodejs npm
https://github.com/coder/code-server/releases
using the following command:wget https://github.com/coder/code-server/releases/download/[version]/code-server-[version]-linux-amd64.tar.gz
Note: Replace [version]
with the latest code-server release version.
tar -xvzf code-server-[version]-linux-amd64.tar.gz
/opt
:sudo mv code-server-[version]-linux-amd64 /opt/code-server
/opt/code-server
directory:cd /opt/code-server
./code-server --bind-addr 127.0.0.1:8080
Note: You can change the bind address 127.0.0.1:8080
to 0.0.0.0:8080
to allow access from external networks.
Open up your web browser and navigate to http://127.0.0.1:8080
. This will bring up the code-server login page.
Enter your desired password and click the Sign in
button to log in.
You can now start working with the web-based Visual Studio Code editor.
Congratulations! You have successfully installed code-server on MXLinux Latest.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!