Redmine is a free and open-source collaboration tool. The Redmine allows users to keep projects and related IT services under management. In Redmine you can use wikis, forums, time-tracking software, and flexible access control based on roles for each project. Additionally, with Redmine, a calendar and Gantt charts can be implemented for a visual representation of projects and their due dates.
This project management software integrates with various version control systems and includes a repository browser and a diff viewer. Thanks to a developed system of add-ons and extensions, Redmine plugins can perform a wide range of management tasks.

Beget VPS with pre-installed Redmine allows you to start working on a project quickly due to the automatic deployment simultaneously with the creation of a new server. No additional configuration of the workflow management system is required.
Installation package information
- Ubuntu 22.04
- Docker
- Redmine, 6.0.3
Installing and using Redmine
Before the installation of Redmine project management software, you’ll need to specify the following details:
- The domain name by which your Redmine instance will be accessible. You can choose your domain or register a new one. Alternatively, you can use a free domain in the .beget.app zone. A free SSL certificate will be issued for this domain.
- Admin Email that will be used as an administrator account email and to send SSL certificate renewal notifications;
- Administrator password.
Once the virtual server is created, your Redmine deployment process will begin. It usually takes 5–7 minutes. Immediately after completion, you will receive a notification.
Using Redmine
To access your Redmine instance, follow the link https://mydomain.beget.app, where mydomain.beget.app is the domain selected during the installation process.
After opening the Redmine homepage, click on the Sign in button in the upper right corner.

Use the following credentials to log in with administrator privileges:
- User:
admin - Password: the password specified during the installation process
To create a new user, go to the
Administration link at the top of the page, then to the Users section, and click on the New user link. After that, fill out the form and create the user.The Redmine setup is complete, and the workflow management system is ready to work. Good luck with your projects!
FAQ
- Container configuration:
/opt/beget/redmine/docker-compose.yml - Database files:
/opt/beget/redmine/mysql - Downloads:
/opt/beget/redmine/data
Follow these steps to restart all services:
- Connect to your virtual server via ssh:
ssh root@my-ip(my-ipis the IP address of your server) - Go to the directory with the configuration:
cd /opt/beget/redmine - Run the command
docker-compose restart
