title: "The Complete Guide to Valethon ServiceOS"

description: "Everything You Need to Master Your Service Operations Platform"

category: ebook

date: 2026-02-06


The Complete Guide to Valethon ServiceOS

Everything You Need to Master Your Service Operations Platform

Version 2.0 | January 2026 | 45 min read


Table of Contents


Chapter 1: Introduction to Valethon ServiceOS

Valethon ServiceOS is a Professional Services Automation (PSA) platform built specifically for Managed Service Providers (MSPs) and AV Integrators. Unlike generic helpdesk tools, ServiceOS was designed from the ground up to handle the unique challenges of service businesses -- multi-tenant environments, complex site hierarchies, network discovery, and integrated billing.

Who Is Valethon For?

Managed Service Providers

IT companies managing multiple client networks with remote monitoring, ticketing, and monthly recurring revenue.

AV Integrators

Audiovisual firms managing venues, stadiums, and corporate spaces with complex room hierarchies and AV equipment.

Internal IT Teams

Enterprise IT departments needing asset tracking, helpdesk, and service management for their organization.

Break/Fix Shops

Service companies transitioning from reactive support to managed services with contracts and SLAs.

Core Platform Capabilities

Platform Architecture
Valethon runs as a cloud-hosted SaaS platform. Each tenant gets an isolated database. The Connect app runs on customer networks to provide local discovery and remote command execution. All communication is secured with TLS and API key authentication.

Chapter 2: Core Ticketing System

The ticket system is the heart of ServiceOS. Every customer interaction, support request, project task, and scheduled maintenance flows through tickets.

Ticket Lifecycle

Ticket Fields

FieldDescription
Ticket NumberAuto-generated unique identifier (e.g., #3018)
CompanyWhich customer this ticket is for
SitePhysical location (optional, for multi-site customers)
ContactThe person who reported the issue
SubjectBrief description of the issue
Job TypeCategory: Support, Project, Maintenance, etc.
PriorityLow, Medium, High, Critical
StatusOpen, In Progress, On Hold, Resolved, Closed
Assigned ToPrimary technician responsible
Related AssetLink to affected hardware/software
SLAResponse and resolution time targets

Email-to-Ticket

ServiceOS can automatically create tickets from incoming emails. Configure your support mailbox with OAuth2 (Gmail API or Microsoft Graph) for secure, modern authentication.

Pro Tip: Subject Line Matching
When a customer replies to an existing ticket notification, ServiceOS matches the ticket number in the subject line and adds the reply as a note instead of creating a duplicate ticket.

Time Tracking

Every ticket includes time entries for billing and productivity analysis:


Chapter 3: Customer & Company Management

In ServiceOS, "Companies" represent your customers. Each company has contacts (employees), sites, assets, contracts, and tickets associated with it.

Company Record

The company record stores:

Contacts (Employees)

Contacts are people at your customer companies. They can:

Multi-Company Access

Your technicians can be granted access to specific companies or all companies. This is controlled via the employee_companies relationship. A tech with no company restrictions is a "super user" who can access everything.

Company Modules
Each company can have different feature modules enabled: Assets, Billing, Contracts, CRM, Licenses, Networks, Outage Tracking, Projects, and more. This lets you customize the experience per customer and tier your service offerings.

Chapter 4: Asset Management

Track every piece of hardware and software across all your customer environments. Assets form the foundation for network discovery, ticket linking, and license compliance.

Asset Types

Asset Fields

FieldDescription
Asset IDInternal database identifier
Asset NumberCustomer-facing tag (e.g., asset sticker number)
Machine NameHostname or device name
Asset TypeCategory of equipment
Manufacturer / ModelMake and model information
Serial NumberManufacturer serial
MAC AddressNetwork identifier (multiple for multi-NIC devices)
IP AddressCurrent IP assignment
LocationSite, building, floor, room, rack position
Assigned UserPrimary user of this asset
Purchase Date / WarrantyLifecycle tracking
StatusActive, Spare, Retired, RMA

Network Ports & Topology

Network devices have ports that can be tracked individually. ServiceOS stores port-level details including:

Auto-Discovery with Connect
Instead of manually entering assets, deploy the Connect app at customer sites. It will discover devices via ARP, SNMP, and neighbor protocols, automatically creating and updating asset records.

Chapter 5: Connect: Network Discovery & Remote Commands

Valethon Connect is a lightweight collector application that runs on customer networks. It bridges the gap between your cloud-hosted ServiceOS and the customer's on-premise infrastructure.

What Connect Does

Installation

Connect is packaged as a desktop application (Windows, macOS, Linux) built on Tauri. Installation steps:

The Command Queue

When you need to execute a command on a customer network (like unlocking an AD account), ServiceOS doesn't connect directly. Instead:

Supported Command Types
- av_control -- PJLink power, ONVIF PTZ, Extron routing
- rmm_script -- PowerShell, Bash, Python scripts
- rmm_install -- Software installation
- network_scan -- On-demand subnet discovery
- ad_unlock -- Active Directory account unlock
- service_restart -- Restart Windows services

Discovery Sync

Connect syncs discovery data to ServiceOS via the /api/v1/connect/sync/discovery.php endpoint. Data types include:


Chapter 6: Val AI: Your Intelligent Assistant

Val is the AI assistant integrated throughout ServiceOS. There are three Val personas, each with different capabilities and audiences.

Val Personas

PersonaAudienceCapabilities
Helpdesk ValEnd users (customers)Search KB, create tickets, check ticket status, request live agent
Technician ValYour techniciansQuery data, run diagnostics, execute remote commands, suggest solutions
Sales ValSales teamSearch products, qualify leads, prepare handoffs, suggest meetings

Permission Tiers

Val's actions are gated by a 4-tier permission system:

TierRisk LevelExamples
T1 - SafeLowSearch KB, categorize tickets, draft responses
T2 - ServiceMediumRestart services, clear caches, send updates
T3 - SystemHighInstall software, modify configs, apply patches
T4 - SecurityCriticalQuarantine threats, isolate devices, revoke access

Each tier can be set to auto (execute immediately), suggest (propose for approval), or off (disabled).

Policy Presets

Platform Guardrails
Certain actions are NEVER allowed regardless of tier: deleting backups, disabling security software permanently, exposing credentials. These guardrails are enforced at the platform level.

Chapter 7: Service Contracts & SLAs

Service contracts define your agreements with customers -- what's covered, response times, and pricing.

Contract Types

SLA Configuration

Service Level Agreements define response and resolution targets:

PriorityResponse TimeResolution Target
Critical15 minutes4 hours
High1 hour8 hours
Medium4 hours24 hours
Low8 hours72 hours

SLAs can vary by:

SLA Breach Prevention

Workflows can trigger warnings before SLA breach:


Chapter 8: Billing & Invoicing

ServiceOS includes billing capabilities that integrate with QuickBooks Online for accounting.

Billing Models

Invoice Generation

QuickBooks Integration

ServiceOS syncs with QuickBooks Online via OAuth2:

Service Stack
The Service Stack lets you resell third-party services (backup, security, cloud apps) through ServiceOS. Purchases are provisioned automatically and billed through your normal invoicing.

Chapter 9: Workflow Automation

Workflows automate repetitive tasks, ensuring consistent processes and faster response times.

Workflow Components

Common Workflow Examples

New Ticket Triage

SLA Warning

After-Hours Routing

Available Triggers


Chapter 10: Reports & Analytics

ServiceOS provides built-in reports and the ability to create custom reports.

Standard Reports

Dashboard Widgets

The dashboard is customizable with widgets showing:

Scheduled Reports

Configure reports to run automatically and email to stakeholders:


Chapter 11: For AV Integrators: Site Hierarchies

AV integrators manage complex environments with multi-level site hierarchies. ServiceOS supports this natively.

Hierarchy Structure


Company
  +-- Site (e.g., "Madison Square Garden")
        +-- Building (e.g., "Main Arena")
              +-- Floor (e.g., "Level 100")
                    +-- Room (e.g., "Suite 105")
                          +-- Zone (e.g., "AV Zone A")

Each level can have:

AV Protocol Discovery

Connect discovers AV equipment using industry protocols:

ProtocolEquipment Types
NMOS IS-04/IS-05Broadcast video over IP devices
DanteNetworked audio devices
AES67Professional audio over IP
PJLinkProjectors and displays
ONVIFIP cameras and security devices
Crestron CIPCrestron control systems
Extron SISExtron switchers and scalers

Project Tracking

AV projects often span months with multiple phases. ServiceOS project features include:


Chapter 12: Administration & Settings

User Management

ServiceOS has two user types:

Admin users have permission levels (1-9) controlling what they can access. Configure role-based access by department or function.

System Settings

Security Settings

Getting Help
For additional assistance:
- Knowledge Base: valethon.com/resources
- Support: support@valethon.com
- Documentation: docs.valethon.com