-
Notifications
You must be signed in to change notification settings - Fork 4
Setup Wizard Guide
Abijith Balaji edited this page Jun 28, 2025
·
3 revisions
The setup wizard makes it easy to get Ogresync running, even if you've never used Git before.
Required Software:
- Git - Download from git-scm.com
- GitHub Account - Sign up free at github.com
Recommended:
- Create a private repository on GitHub for your files (keeps them secure)
- Pick the folder you want to keep synced
- Can be an existing folder with files, or create a new empty one
- This folder will be connected to your GitHub repository
- Ogresync checks if Git is installed
- If not found, install Git and restart the setup
- Git handles the actual file syncing behind the scenes
Option A: New Repository
- Ogresync can create a new repository on GitHub for you
- Just provide your GitHub username and a name for the repository
Option B: Existing Repository
- Provide the URL of your existing GitHub repository
- Format:
https://github.com/username/repository-name.git
You'll need a Personal Access Token (like a password for apps):
- Go to GitHub → Settings → Developer Settings → Personal Access Tokens
- Click "Generate new token"
- Give it a name like "Ogresync"
- Select permissions:
repo(for private repos) orpublic_repo(for public repos) - Copy the token and paste it into Ogresync
- If both your folder and repository have files, Ogresync will help merge them
- Creates a backup before making any changes
- May ask you to resolve conflicts if files overlap
- Ogresync saves your settings
- Starts monitoring your folder automatically
- Look for the Ogresync icon in your system tray
"Git not found"
- Install Git from git-scm.com
- Restart your computer after installing
- Run Ogresync setup again
"Can't connect to repository"
- Check the repository URL is correct
- Make sure your GitHub token has the right permissions
- Verify your internet connection
"Permission denied"
- Your GitHub token might not have repo access
- Create a new token with
repopermissions - Make sure the repository exists and you own it
Files not merging properly
- Don't worry! Ogresync creates backups first
- Check the
_ogresync_backupsfolder in your synced directory - You can manually copy files if needed
Once setup is complete:
- Ogresync runs automatically when you start your computer
- Files sync within seconds of saving
- Check the system tray icon to see sync status
- Right-click the icon for options and settings
To run setup again:
- Close Ogresync completely
- Delete the config file:
- Windows:
%APPDATA%\Ogresync\config.json - Linux:
~/.config/ogresync/config.json
- Windows:
- Restart Ogresync
- User Guide - How to use Ogresync daily
- Troubleshooting - Fix common problems
- FAQ - Quick answers to common questions