Getting Started with AccMan
Welcome to AccMan! This guide will help you get started with managing your accounts securely.
Installation
System Requirements
- Windows: Windows 10 or later
- macOS: macOS 10.15 (Catalina) or later
- Linux: Most modern distributions with GTK 3.0+
Download and Install
- Visit the Releases page
- Download the appropriate installer for your operating system:
- Windows:
AccMan_x.x.x_x64_en-US.msi
- macOS:
AccMan_x.x.x_x64.dmg
- Linux:
AccMan_x.x.x_amd64.AppImage
- Windows:
Platform-Specific Installation
Windows
- Double-click the downloaded
.msi
file - Follow the installation wizard
- Launch AccMan from the Start Menu or Desktop shortcut
macOS
- Open the downloaded
.dmg
file - Drag AccMan to the Applications folder
- Launch AccMan from Applications
- If you see a security warning, go to System Preferences > Security & Privacy and click “Open Anyway”
Linux
- Make the AppImage executable:
chmod +x AccMan_x.x.x_amd64.AppImage
- Run the application:
./AccMan_x.x.x_amd64.AppImage
First Launch
Initial Setup
When you first launch AccMan, you’ll be guided through the setup process:
- Language Selection: Choose your preferred language (English or Ukrainian)
- Service Templates: Select which service templates you want to have available
- Master Password: Create a strong master password to protect your vault
- Auto-lock Timer: Configure how long AccMan stays unlocked
Creating Your Master Password
Your master password is the key to your entire vault. Choose a strong password that:
- Is at least 12 characters long
- Contains uppercase and lowercase letters
- Includes numbers and special characters
- Is unique and not used elsewhere
- Is memorable to you
⚠️ Important: There’s no way to recover your master password. If you forget it, you’ll lose access to all your data.
Basic Usage
Creating Your First Account
- Click the “Create Account” button on the dashboard
- Fill in the account details:
- Label: A descriptive name for the account
- Notes: Any additional information
- Tags: Keywords to help organize and search
- Click “Save” to create the account
Adding Services to Your Account
- Open your account by clicking on it
- Click “Link Services” button
- Select services from the list or create new ones
- Fill in the service-specific information (username, password, etc.)
- Save your changes
Creating Service Types
Service types are templates that define what fields are available for different types of services:
- Go to Service Types in the sidebar
- Click “Create Service Type”
- Define the fields you need:
- Text fields: For usernames, emails, etc.
- Secret fields: For passwords (automatically masked)
- 2FA fields: For storing TOTP secrets
- URL fields: For website links
- Save your service type
Security Features
Auto-lock
AccMan can automatically lock your vault after a period of inactivity:
- Configure the timer in Settings
- Choose from 5 minutes to 4 hours, or disable auto-lock
- The vault locks immediately when you close the application
2FA Support
AccMan can store and generate TOTP (Time-based One-Time Password) codes:
- Add a 2FA field to your service type
- Scan the QR code or enter the secret key manually
- AccMan will generate 6-digit codes that refresh every 30 seconds
Data Encryption
- All data is encrypted using AES-256 encryption
- Your master password is used to derive the encryption key
- Data is stored locally and never transmitted to external servers
Tips for Getting Started
- Start Small: Begin with a few important accounts and gradually add more
- Use Tags: Organize your accounts with meaningful tags like “work”, “personal”, “banking”
- Regular Backups: Export your data regularly as a backup
- Strong Passwords: Use AccMan to store unique, strong passwords for each service
- 2FA Everything: Enable 2FA on all services that support it and store the codes in AccMan
For Developers
If you want to build from source:
- Clone the repository:
git clone https://github.com/romirom11/AccMan.git cd AccMan
- Install dependencies:
pnpm install
- Run in development mode:
pnpm tauri dev
- Build for production:
pnpm tauri build
Next Steps
- Read the User Guide for detailed feature explanations
- Check out the FAQ for common questions
- Visit our GitHub repository for updates and support
Need Help?
If you encounter any issues:
- Check the FAQ for common solutions
- Search existing GitHub Issues
- Create a new issue if you can’t find a solution
- Join our Discussions for community support