Etherpad-lite - ArchWiki https://wiki.archlinux.
org/title/Etherpad-lite
Etherpad-lite
Etherpad-Lite (https://etherpad.org) or just Etherpad, is a collaborative, multi-user web-editor Related articles
based on Node.js with the ability to import/export various office file formats.
Gobby
1 Installation
Install the etherpad-lite (https://aur.archlinux.org/packages/etherpad-lite/)AUR package.
2 Configuration
2.1 Database
For testing purposes, the default database backend for Etherpad is the file-based DirtyDB. With that, you can run and test Etherpad-
Lite without any further configuration.
If you want to use MySQL, PostgreSQL or SQLite, you can adjust those settings in the settings.json file. Further, you can set a
password for the administrator interface on http://localhost:9001/admin, change port and listening address, etc.
At least, do not forget to set a sessionkey, e.g. generate with pwgen (https://archlinux.org/packages/?name=pwgen) and
pwgen --symbols 10 1 and write it down to /etc/etherpad-lite/SESSIONKEY.txt .
Your Etherpad installation can be extended with plugins listed at the administrator interface.
2.2 Address
the default IP is 0.0.0.0 , change it to 127.0.0.1 as assumed later.
/etc/etherpad-lite/settings.json
// IP and port which etherpad should bind at
"ip": "127.0.0.1",
"port" : 9001,
3 Starting
Enable the etherpad-lite.service unit. You can then access Etherpad-Lite on http://127.0.0.1:9001 or directly access a
pad on http://127.0.0.1:9001/p/padname
4 Known issues
4.1 Crashes on some Pads
https://github.com/ether/etherpad-lite/issues/2516#issuecomment-79659984
5 See also
▪ Official Etherpad website (https://etherpad.org)
▪ Development page on GitHub (https://github.com/ether/etherpad-lite)
Retrieved from "https://wiki.archlinux.org/index.php?title=Etherpad-lite&oldid=788020"
1 of 1 2/15/25, 11:12 PM