Migrating VRCX
Migrating VRCX
VRCX is incredibly easy to migrate because it stores everything in a standard SQLite database. You don't need to export or convert anything; you just need to copy your folder over and point VRCX to your new Linux file paths.
Step 1: Install VRCX on Linux
Download the latest VRCX AppImage from the official GitHub releases. Make it executable, launch it once to let it create its folder structure, then close it.
Step 2: Grab Your Windows Data
From your Windows install (or backed-up drive), grab your VRCX roaming data.
- Open the Run dialog (Win + R), type
%AppData%\VRCX, and hit Enter. - Copy the entire contents of this folder to a USB drive or cloud storage.
- Note: The most important files are
VRCX.sqlite3(your database/history) andVRCX.json(your settings).
Step 3: Inject Your Data
Overwrite the fresh Linux files with your old Windows files.
- Open your file manager and navigate to your Home folder.
- Press Ctrl + H to show hidden files.
- Navigate to
~/.config/VRCX. - Paste the files you copied from Windows into this folder, overwriting anything it asks about.