Introduction #
Once the server has been installed, you will need to configure it before it can run as expected.
On your server’s dashboard, go to the “Startup” tab. Here, you will find several settings that you can configure according to your specific needs. Below is a list of options available for your Visual Studio Code Server in the “Startup” tab:
- STARTUP COMMAND and DOCKER IMAGE are read-only variables and cannot be modified.
Variables #
- Password. Password to log in to your Code-Server instance. TIP: Make sure to use a strong password! Anyone with this password can access your Visual Studio Code server.
- Version. Version for (re)installation such as 3.9.3. Defaults to latest version if no valid version is provided.
Starting your server #
- Once you have configured all the settings, you can start the server by going to the “Console” tab and clicking “Start”.
- Wait a few moments for the server to boot.
Changing Configurations #
If you wish to change settings not listed in the Variables section, you can edit the server’s config file. However, note that any changes to the Variables options in the “Startup” tab will override the corresponding settings in the config file. We recommend only changing values in the config file that are not listed in the Startup tab.
Still need help after reading this article?