Continuing the discussion from Rainloop: How to access their Admin Panel?:
As of July 2017, Rainloop is on version 1.11.1
This github project is using a much older version: https://github.com/mail-in-a-box/mailinabox/pull/883/files
Continuing the discussion from Rainloop: How to access their Admin Panel?:
As of July 2017, Rainloop is on version 1.11.1
This github project is using a much older version: https://github.com/mail-in-a-box/mailinabox/pull/883/files
https://www.rainloop.net/downloads/
or, if you want to add to NextCloud:
https://apps.nextcloud.com/apps/rainloop
Thereâs also the developer edition on github: https://github.com/RainLoop/rainloop-webmail
Really you just unzip the files into the /home/user-data/www/domain.tld folder of choice and then edit /etc/nginx/conf.d/local.conf and in the domains config next to where it says âindex index.htmlâ change to: âindex index.html index.phpâ so that rainloop runs properly. Or if you put rainloop on a different server (Which you can do just as easily):
Username: admin
password: 12345 (I think?)
I just realised when I rebuilt my server it setup a Debian 8 account. That may have been the problem.
Although, if the configuration is set to default to roundcube, it seems like that would take precedence, no?
I just unzipped it, added index.php to the conf file and chowned the directory but it isnât working for me.
Forgot to mention you need to restart the nginx service:
systemctl restart nginx.service
Can you please provide more information on how to enable Rainloop via Nextcloud?
I am stuck on this step:
âAfter enabling in Nextcloud, go to Nextcloud admin panelâ
I donât know how to enable Rainloop in Nextcloud, nor do I know how to get to the Nextcloud admin panel.
Thanks!
You need to run the owncloudadmin script in the tools directory in the mailinabox dir from when you first ran the MIAB install, make yourself and admin and the NextCloud admin panel will become available in the /cloud interface.
Hi @murgero
I think you are saying:
from root@box:/#
enter cd root/mailinabox/tools or
or from root@box:~#
enter cd mailinabox/tools/
Ubuntu_14.04 owncloud-9.1.6-1.1
wget -nv https://download.owncloud.org/download/repositories/9.1/Ubuntu_14.04/Release.key -O Release.key
apt-key add - < Release.key
sh -c "echo âdeb http://download.owncloud.org/download/repositories/9.1/Ubuntu_14.04/ /â > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud
sudo chown -R www-data:www-data /var/www/owncloud/
$ cd /var/www/owncloud/
$ sudo -u www-data php occ maintenance:install --database
"mysql" --database-name âowncloudâ --database-user ârootâ --database-pass
"password" --admin-user âadminâ --admin-pass "password"
ownCloud is not installed - only a limited number of commands are available
ownCloud was successfully installed
Is this correct?
references:
https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html#command-line-installation-label
https://doc.owncloud.org/server/9.0/admin_manual/installation/linux_installation.html
https://doc.owncloud.org/server/9.0/admin_manual/installation/installation_wizard.html
No. Mailinabox has a script to make the integrated nextcloud accept an admin account.
âroot/mailinabox/tools/owncloud-unlockadmin.sh admin_user@box.example.comâ
Hi again @murgero ,
Are you saying
enter
cd mailinabox/tools
to get
root@box:~/mailinabox/tools#
at which point you run
owncloud-unlockadmin.sh admin_user@box.example.com
because I get âcommand not foundâ
Try ./owncloud-unlockadmin.sh instead. The leading dot-slash should stop the âcommand not foundâ.
As root@mail:~/mailinabox/tools#
I entered
./owncloud-unlockadmin.sh root@box.example.com
and got
I am going to unlock admin features for root@box.example.com.
You can provide another user to unlock as the first argument of this script.
WARNING: you could break mail-in-a-box when fiddling around with Nextcloudâs admin interface
If in doubt, press CTRL-C to cancel.
Press enter to continue.
Done.
Next, I navigated to https://box.example.com/cloud in my browser.
I see the login page.
user = the username I use to login to MIABâs admin panel; e.g., https://box.example.com/box
password = the password I use fo the MIAB admin panel
I donât see an Apps page or Rainloop.
I went to the Owncloud App store https://apps.owncloud.com/ and searched for Rainloop. Next, I downloaded the latest version as a zip file; e.g., 174842-rainloop.zip. I then returned to my Owncloud page and uploaded the zip file.
I found this installation guide on github, but it appears to be out of date.
If I go into
root@box:/home/user-data/owncloud/me@box.example.com/files I see the zip file.
Next, I unzipped the rainloop zip file
unzip 174842-rainloop.zip
to get:
/home/user-data/www/owncloud/me@box.example.com/files/rainloop
Then, I chowned the directory with
chown -R www-data:www-data ./.
But when I go to the serverâs domain and login to admin panel: âhttps://domain.tld/rainloopfolder?adminâ it does not work.
âyou have to find a way to get that tar.gz file to /var/www/???/apps/ and then you extract it there and thatâs it. that simple. then after that go to you owncloud url and itâll show up in your apps list, then just enable it.â
So, then I decided to try NextCloud. I see an Apps area. I see the Rainloop app, but I can not see how to enable it. Where is the enable button? Collaboration | TechRepublic
After enabling in Nextcloud, go to Nextcloud admin panel, âAdditionnal settingsâ and you will see a âRainloop webmailâ section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.