WriteBackExtreme
WebsiteAll products
V5.0
V5.0
  • Prologue
    • WriteBackExtreme v5
    • Release Notes
    • Changelogs
    • Architecture
      • Data Handling and Security in WriteBackExtreme (SaaS)
      • Supported databases
  • Installation guide
    • Requirements
      • Windows
      • Linux
    • Getting started
      • Windows
      • Linux
      • Containerization
        • Docker standalone
        • Docker compose
        • Repository database
        • ODBC connections
    • Installation wizard
      • License
      • Repository database
        • SQL Server
        • MySQL
        • PostgreSQL
        • SQLite
      • Create a user
      • URL & SSL Certificate
      • Run as a service
      • Summary
        • Running on Linux
    • Configuration panel
      • Home page
      • Domain & SSL Management
      • Repository Database
      • License Management
      • User Management
      • Ip Whitelisting
      • Primary keys in Data Add
    • Upgrade
      • Upgrade from 2.x
      • Migrate to another server
    • Update license
    • Moving to production
  • Product Guide
    • Getting started
    • Tableau Extension
      • Getting started
        • Create a worksheet with Username()
        • Add the Extension to your dashboard
        • Ready to start
      • Configuration
        • General
          • Schemas
          • Authentication
          • Popup
          • Theming
          • Tabs
          • Mapping
          • Tableau
          • Import/Export
          • Tableau Datasource
        • Schemas
          • General
            • Editable Conditions
          • Field Formatting
            • Single line text
            • Paragraph text
            • Number
            • Boolean
            • Dropdown select
              • Dynamic Populated content
              • Cascading dropdown
            • Date/DateTime
          • Form Builder
            • Features
            • Dynamic Values
              • Troubleshoot | values
        • Changelog
      • End-user
        • Features
          • Dynamic Filtering
          • Bulk Import
          • Audits (History)
          • Bulk Edit
          • Duplicate rows
        • Add Data
          • Overview
          • Add rows
          • Edit rows
        • Collaboration
          • Overview
          • Add / Edit
          • Reply
        • Data Helper
          • Overview
          • Add rows
          • Edit rows
        • Data Correction
          • Add records
          • Edit records
          • Remove records
          • Interpolate
          • Calculations
          • Vertical layout
        • SSO/SAML or Oauth authentication
    • Management console
      • Setup security
        • OAuth Setup
          • Microsoft Entra
          • Auth0
          • Google
        • SSO Setup
          • OKTA Example
          • PingOne Example
          • Azure Example
          • Troubleshooting SSO
      • Connections
      • Schemas
        • Permissions
        • Audits
        • Import/export
        • Row Level Security
        • Schema data
        • Workflows
          • Stored procedures
          • Tutorial (video)
      • Tableau sync
      • User management
      • Group management
      • Info & License
    • Database Connections
      • DataBricks
        • Windows
        • Linux
      • Snowflake
        • Using ODBC
          • Windows
          • Linux
        • OAuth Authentication
        • Key Pair
    • NEW: InputTables
  • Support
    • Troubleshoot
      • Errors
    • FAQ
Powered by GitBook
On this page
  • Run through Service Manager
  • Service Commands

Was this helpful?

  1. Installation guide
  2. Installation wizard
  3. Summary

Running on Linux

Run through Service Manager

WritebackExtreme supports the following service managers: systemd and SysVinit/InitD. However, the application includes wrappers around the service managers, allowing you to perform the same actions using the application command line.

These commands provide flexibility in managing WritebackExtreme, allowing you to interact with the service directly or leverage service managers for control:

Start Service

If the service is not running, you can start it using:

sudo ./writeback-extreme-amd64 service start

Stop Service

To stop the WritebackExtreme service:

sudo ./writeback-extreme-amd64 service stop

Service status

To check the status of the WritebackExtreme service:

sudo systemctl status writebackextreme

Start Service

If the service is not running, you can start it using:

sudo systemctl start writebackextreme

Stop Service

To stop the WritebackExtreme service:

sudo systemctl stop WritebackExtreme

Restart Service

To restart the WritebackExtreme service:

sudo systemctl restart WritebackExtreme

Service status

To check the status of the WritebackExtreme service:

sudo service WritebackExtreme status

Start Service

If the service is not running, you can start it using:

sudo service WritebackExtreme start

Stop Service

To stop the WritebackExtreme service:

sudo service WritebackExtreme stop

Restart Service

To restart the WritebackExtreme service:

sudo service WritebackExtreme restart

Service status

To check the status of the WritebackExtreme service:

sudo /etc/init.d/WriteBackExtreme status

Start Service

If the service is not running, you can start it using:

sudo /etc/init.d/WriteBackExtreme start

Stop Service

To stop the WritebackExtreme service:

sudo /etc/init.d/WriteBackExtreme stop 

Restart Service

To restart the WritebackExtreme service:

sudo /etc/init.d/WriteBackExtreme restart

Service Commands

Always ensure you are in the application folder before executing service commands:

cd /usr/local/share/writebackextreme

Installing and Uninstalling the Service

Check the current status of the service, whether it’s installed or not:

sudo ./writebackextreme-amd64 service status

Manually install the application onto the server:

sudo ./writebackextreme-amd64 service install

Manually uninstall the application from the server:

sudo ./writebackextreme-amd64 service uninstall
PreviousSummaryNextConfiguration panel

Was this helpful?