Installation Support #3195
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
Same Issue, please help me to figure out |
Beta Was this translation helpful? Give feedback.
-
Dear @ikeyurp, First, open this file with any editor like nano or vim
Then, restart the code-server service If everything goes right, you would be able to access code-server at the new port followed by the ip-address. Also, the success logs would be similar. @mrkaushal please refer to this answer and you should be good to go.
Also, if you feel I have answered your question and your query has been resolved, then please mark the discussion as marked, this would help the moderators to mark discussions that do not required to be discussed farther. Thank You, |
Beta Was this translation helpful? Give feedback.
-
@nooobcoder I am getting the following error while following the above steps. |
Beta Was this translation helpful? Give feedback.
Dear @ikeyurp,
First, open this file with any editor like nano or vim
~/.config/code-server/config.yaml
Then change the port number with your desired port.
After opening the file, you will see similar output
Change the port number after the ip address in the
ip-addr
section.Then, restart the code-server service
sudo systemctl restart code-server
sudo systemctl status code-server
If everything goes right, you would be able to access code-server at the new port followed by the ip-address. Also, the success logs would be similar.
@mrkaushal please refer to this answer and you should be good to go.