Skip to main content
Version: 1.0

Moodle Getting Started

Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.Moodle is built by the Moodle project which is led and coordinated by Moodle HQ, an Australian company of 30 developers which is financially supported by a network of over 60 Moodle Partner service companies worldwide.

If you have installed Websoft9 Moodle, the following steps is for your quick start

Preparation

  1. Get the Internet IP of your Server on Cloud
  2. Check your Inbound of Security Group Rule of Cloud Console to ensure the TCP:80 is allowed
  3. Get default username and password of Moodle
  4. Complete Five steps for Domain if you want to use Domain for Moodle

Moodle Initialization

Steps for you

  1. Using local Chrome or Firefox to visit the URL https://domain name or https://Internet IP, enter to Moodle login page

  2. Click [Login] to enter the login page, log in to the backend, (Don't know the account password?)

  3. Set up site information

  4. Set the site language

  5. Register a Moodle account to connect Moodle official website for more extension

More useful Moodle guide, please refer to Moodle Documentation

Having trouble?

Below is for you to solve problem, and you can contact Websoft9 Support or refer to Troubleshoot + FAQ to get more.

Moodle QuickStart

Moodle Setup

Configure SMTP

  1. Get SMTP related parameters in the mailbox management console

  2. Log in to Moodle console as administrator

  3. Open Site administrator > Server > Email > Outgoing mail configuration Moodle SMTP Moodle SMTP

  4. Click the Test outgoing mail configuration to test your settings

Register your Moodle site

Once completed your Moodle installation wizard, suggest you to register Moodle's website account. This account can help you to get upgrade message, get share course of Moodle.NET, install plugins online

  1. Log in Moodle console as administrator

  2. Open Site administrator > Registation Moodle register

  3. When you completed it, Moodle.net may stay in touch and provide you with important things for your Moodle site

Moodle languages

  1. Log in Moodle console as administrator

  2. Open Site administrator > Language Moodle Language

  3. Set it by yourself
    Moodle Language

    • Language settings: choose your language online
    • Language customization: edit your language files online
    • Language packs: upload your language packs
  4. Switch languages Moodle languages

Moodle Mobile

  1. Log in Moodle console as administrator

  2. Open Site administrator > Mobile app > Mobile settings moodle-apps

  3. Check Enable web services for mobile devices is selected moodle-apps

  4. Save settings

  5. Install Moodle APPS in your phone

  6. Open the Moodle app in your phone, configure the Moodle's URL to your app and start to use it moodle-apps

Moodle plugins

Moodle is very scalable platform, most of function were as plugins. Moodle have installed 400+ plugins by default and you can install plugins from Plugins Marketplace to extend your functions

  1. Log in Moodle console as administrator

  2. Open Site administrator > Plugins moodle plugins

  3. Click Plugins Overview to list all plugins installed, you can disable and uninstall it also

  4. Visit Plugins Marketplace to search more plugins,and download

  5. Start to install plugins in the Moodle's console

  6. Upload plugin online

More details about manage plugins please refer to official docs Moodle Plugins

Moodle theme

The Moodle theme is also a plugin, so to install a new theme, install it first by Install Plugin.

  1. Log in Moodle console as administrator

  2. Visit Plugins Marketplace to search more themes,and download

  3. Install the theme

  4. Use themes

Reset Password

There are two main measures to reset Moodle's password:

Changing password

Take the steps below:

  1. log in the Moodle console, click 【Profile】 link of user icon on the top menu, then click the setting icon Moodle console modify password

  2. start to change the password.

Forgot Password

If you have forgotten the password of Moodle, two methods for you tor retrieve it:

  • Retrieve it by Email from login page (you must completed the SMTP settings)
  • Retrieve it by modify database

Follow the steps of retrieve database by modify database:

  1. Login phpMyAdmin, and find the database table mdl_user

Moodle user table

  1. Edit the 【admin】user, replace the column password 's value to 21232f297a57a5a743894a0e4a801fc3

  2. Click 【Go】 button, the password has been set to admin

Reference sheet

The below items and General parameter sheet is maybe useful for you manage Moodle

Run docker ps command, view all Containers when Moodle is running:

CONTAINER ID   IMAGE                  COMMAND                  CREATED       STATUS       PORTS                                                 NAMES
0df736525a31 phpmyadmin:latest "/docker-entrypoint.…" 2 hours ago Up 2 hours 0.0.0.0:9090->80/tcp, :::9090->80/tcp phpmyadmin
91e032f7426b bitnami/moodle:4 "/opt/bitnami/script…" 2 hours ago Up 2 hours 8443/tcp, 0.0.0.0:9001->8080/tcp, :::9001->8080/tcp moodle
ea1b14f31de8 bitnami/mariadb:10.6 "/opt/bitnami/script…" 2 hours ago Up 2 hours 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp moodle-db

Path

Moodle installation directory:  /data/apps/moodle
Moodle configuration file:  /data/apps/moodle/data/moodle_data/config.php
Moodle installation directory: /data/apps/moodle/data/moodledata_data

Port

No special port

Version

docker exec -i moodle cat /bitnami/moodle/version.php  | grep "\$release" | awk '{print $3}' | sed 's/^.//'

Service

sudo docker start | stop | restart | stats moodle
sudo docker start | stop | restart | stats moodle-db
sudo docker start | stop | restart | stats phpmyadmin

CLI

Administration via command line

$ cd /path/to/your/moodle/dir
$ sudo -u apache /usr/bin/php admin/cli/somescript.php --params
$ sudo -u apache /usr/bin/php admin/cli/install.php --help

API

Core APIs