Using an agent like Claude Code
Using your local editor
If you use an editor like VS Code, Cursor, it's pretty easy. Grab your IP here
and add those lines to your ~/.ssh/config:
Host 95.217.209.37
HostName 95.217.209.37
User root
Now type Meta + Shift + P in your editor. This should open the command palette.
Type Connect to host and press enter. Select the host with the IP you just created,
and that's it! You should be connected to your remote server.