This guide will walk you through setting up and using the Veracrypt GUI Docker container on your Unraid server.
- Initial Setup
- Accessing the GUI
- Creating and Mounting Volumes
- SMB Share Configuration
- Troubleshooting
[Screenshots will be added here showing the steps]
- After installing the template, navigate to your Docker settings
- Locate and click on the Veracrypt container
- Configure the following paths:
/mnt/user/appdata/veracrypt-guifor configuration/mnt/user/containersfor container storage/mnt/disksfor mounted volumes
- Once the container is running, access the web interface at:
http://[YOUR-UNRAID-IP]:5800 - You should see the Veracrypt GUI interface in your browser
- Using the GUI interface:
- Create new volume or select existing one
- Choose mount location
- Enter credentials
- Mounted volumes will be available in the
/mnt/disksdirectory
To share your Veracrypt volumes over the network, add the following configuration to your Unraid SMB settings:
[veracrypt1]
path = /mnt/disks/veracrypt1
comment =
browseable = yes
writeable = no
read list =
write list = %%username%%
valid users = %%username%%
case sensitive = auto
preserve case = yes
short preserve case = yespath: Points to your mounted Veracrypt volumebrowseable: Makes the share visible in network browsingwriteable: Set to 'no' by default for securitywrite list: Allows specified users to write to the sharevalid users: Controls who can access the sharecase sensitive: Handles file name case sensitivity
- Navigate to Unraid's SMB settings
- Add the above configuration
- Replace
%%username%%with your actual username - Save and restart the SMB service
- Now you should see your share on your server
-
Access Control:
- Use strong passwords for Veracrypt volumes
- Limit network share access to specific users
- Consider using read-only shares when possible
-
Network Security:
- Use encrypted connections when possible
- Limit access to trusted network segments
- Regularly review access logs
-
Mount Problems:
- Verify container permissions
- Check path configurations
- Ensure correct credentials
- Make sure image is mount in Veracrypt
-
SMB Access Issues:
- Confirm user permissions
- Verify network connectivity
- Check Unraid's SMB logs
-
GUI Access Problems:
- Verify container is running
- Check port configuration
- Review container logs
For more detailed information, visit the main README.












