What program can I use on Ubuntu 20.04 Server to edit html and php?

I just rented a cloud server for my little homework website.

I have Ubuntu 20.04 Server as the cloud server.

I am used to shared web-hosting. Usually, you get cPanel or Plesk.

What is the best way to edit files on the server?

I always test my webpages and php on this laptop first, but sometimes, there is still something that needs tweaking.

On my laptop, I always use Bluefish. Is that possible, server-side??


Solution 1:

Accorging to the manual, Bluefish has ability to edit remote files:

https://bfwiki.tellefsen.net/index.php/Man_1_ch05s12#12.1._Remote_files

If you need something working in terminal, try Midnight Commander

sudo apt install mc