Grafana Installation Guide
This guide provides all the key information and getting-started instructions after a successful Grafana installation via DeploySage-CLI.
First-Time Setup
After installation, you can log in to the Grafana web interface to begin.
| Item | Value |
|---|---|
| Username | admin |
| Password | admin |
Service Management
Manage the Grafana service using standard systemctl commands.
# Start the Grafana service
sudo systemctl start grafana-server
# Stop the service
sudo systemctl stop grafana-server
# Check the service status
sudo systemctl status grafana-server
# View real-time logs
sudo journalctl -u grafana-server -f
Key Directories and Files
| Item | Value |
|---|---|
| Main Configuration File | /etc/grafana/grafana.ini |
| Data Directory | /var/lib/grafana/ |
| Log File | /var/log/grafana/grafana.log |