This page is your quick onboarding guide to using our Wiki.js instance effectively — including how to
Wiki.js is a powerful and modern wiki engine running on Node.js, designed to be user-friendly, customizable, and ideal for both public and private knowledge bases. Whether you're here to explore or contribute, this guide will help you get started quickly and efficiently. You can log in, create pages, embed diagrams, upload screenshots, and track every change — all through a clean and intuitive interface.
To start editing and contributing:
Once logged in, you can create and manage content with ease:
Documentation/, Guides/, etc.).To edit a page:
For more advanced drag-and-drop diagrams:
Draw.io is great for:
Adding visuals to your documentation helps convey information more effectively. This Loom video explains exactly how to upload screenshots or other pictures into Wiki.js using the visual editor:
The process is simple and fast — no technical knowledge required!
You can embed videos directly into your Wiki.js pages to provide tutorials, demos, or visual context.
Wiki.js has a default file upload limit of 5 MB. If your video is larger, you'll need to compress it before uploading.
Use the following command to reduce resolution and frame rate while compressing
ffmpeg -i input.mp4 -vf "scale=1280:720,fps=24" -vcodec libx264 -crf 28 -preset slow -acodec aac -b:a 128k output.mp4
ffmpeg -i input.mp4 -vf "scale=1280:720,fps=24" -vcodec libx264 -crf 28 -preset slow -acodec aac -b:a 128k output.mp4
-i input.mp4: Specifies the input video file.-vf "scale=1280:720,fps=24":
scale=1280:720: Downscales the video to 720p resolution.fps=24: Sets the frame rate to 24 frames per second (standard for film).-vcodec libx264: Encodes the video using the efficient H.264 codec.-crf 28: Sets the quality/compression level. Lower means better quality and bigger size. 28 is a good balance.-preset slow: Optimizes file size. Slower = smaller file, but longer processing time.-acodec aac: Uses the AAC codec for audio (standard for mp4).-b:a 128k: Sets audio bitrate to 128 kbps (reasonable for spoken voice or tutorials).output.mp4: Specifies the output file name.Option 1 – Winget (easiest)
winget install ffmpeg
Option 2 – Manual
C:\ffmpegC:\ffmpeg\bin to your system PATH via System Properties > Environment Variables.If you have Homebrew installed:
brew install ffmpeg
Or download from: https://evermeet.cx/ffmpeg/
This video demonstrates how to upload and embed videos in Wiki.js pages:
💡 Tip: After uploading the video, use a
<video>HTML tag like below to embed it inline:
<video width="640" controls>
<source src="//home/wikijs-video-tut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Want to see what changed on a page or go back to an older version? This short Loom video shows how to use the Wiki.js history feature to review or revert changes.
Ideal for team collaboration and accountability.
✅ Easy login via the top-right corner.
✅ Create new pages with just a few clicks in the “Content” section.
✅ Drag & drop screenshots directly into pages for rich visual support.
✅ Full version history lets you review and restore any previous state.
✅ Intuitive UI for browsing, editing, and managing knowledge.
Enjoy exploring and building knowledge together!