Still editing files on your Linux server using vim or nano?
In this video, I built and published a tool called Edlics that lets you edit files on your Ubuntu/Linux server directly from your browser — like VS Code for EC2.
Just run one command and open your browser.
✨ Features:
* File explorer
* Syntax highlighting
* Create / rename / delete files
* Search files quickly
* Dark/light theme
* Sudo support
* No database needed
🚀 Quick Start:
```bash
npx edlics serve --hostname 0.0.0.0 --port 5000
```
Then open:
```text
http://your-server-ip:5000
```
Perfect for:
* AWS EC2 users
* Ubuntu/Linux developers
* DevOps beginners
* BCA/MCA students
* Anyone tired of vim/nano
📦 npm:
npm install -g edlics
#Linux #EC2 #NodeJS #DevTools #Ubuntu #npm #WebDevelopment
Download
0 formats
No download links available.
I Built a Browser-Based Linux File Editor | NatokHD