# Deploy pgweb with Easypanel

URL: /templates/pgweb

Pgweb is a simple, web-based, cross-platform PostgreSQL database explorer. It is designed to work seamlessly on Mac, Linux, and Windows machines. The app is distributed as a single binary with zero dependencies, making it incredibly easy to use. It supports PostgreSQL 9.1 and later versions, and allows for multiple database sessions. With Pgweb, you can execute and analyze custom SQL queries, export table and query data to CSV/JSON/XML, and keep track of your query history. The app also supports native SSH tunnels and server bookmarks for easy navigation.

## Benefits

### Cross-Platform Compatibility

Pgweb is a web-based PostgreSQL database explorer that works seamlessly across Mac, Linux, and Windows machines, making it a versatile tool for database management.

### Zero Dependencies

The app is distributed as a simple binary with zero dependencies, making it extremely easy to use.

### Supports Multiple Database Sessions

Pgweb supports multiple database sessions, allowing you to manage and interact with multiple databases simultaneously.

## Features

### Native SSH Tunnels

Pgweb supports native SSH tunnels, providing secure and encrypted channels for database communication.

### Custom SQL Queries

With Pgweb, you can execute and analyze custom SQL queries, providing you with the flexibility to interact with your database as needed.

### Data Export

Pgweb allows you to export table and query data to CSV, JSON, and XML formats, making data migration and backup a breeze.

### Query History

The app keeps a history of your queries, allowing you to revisit and analyze past database interactions.

### Server Bookmarks

Pgweb allows you to bookmark your servers for quick and easy access in the future.

## Configuration

- `appServiceName` (App Service Name, required): pgweb

- `appServiceImage` (App Service Image, required): sosedoff/pgweb:0.17.0

## Services

- pgweb: app (sosedoff/pgweb:0.17.0)

## Resources

- [Documentation](https://github.com/sosedoff/pgweb/wiki)

- [Github](https://github.com/sosedoff/pgweb)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/pgweb)