Video coming soon...
This script is for demo purposes only.
Resources & Setup Scripts
Grab the automated bash script from GitHub.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Tools/joplin-server/joplin-server-ubuntu.sh
chmod +x joplin-server-ubuntu.sh
sudo bash joplin-server-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Tools/joplin-server/joplin-server-ubuntu.sh
2 Make it Executable
chmod +x joplin-server-ubuntu.sh
3 Run the Installer
sudo bash joplin-server-ubuntu.sh
4 Access the Web UI
http://<your-server-ip>:22300
Ports Used
| Port | Purpose |
|---|---|
| 22300 | Joplin Server Web UI & Sync API (HTTP) |
| 5432 | PostgreSQL database (internal) |
