LaunchPal
  • Introduction
  • Changelog
  • Welcome
    • Introduction
    • How to sign up
    • Get Support
    • Key Concepts
    • What's new
  • Getting Started
    • Whats a Project
    • Create your first Project
    • Uploading files and pages
    • Optimizing pages
    • Automatic SSL / HTTPS
    • Domains
      • DNS Only Mode
      • CNaming Domains
      • Virtual Domains
    • Change servers
    • Templates
    • Make backups
    • SSH Access
    • Restarting
    • Destroying
    • Bulk Project Creation
  • Billing
    • Pricing
    • My Account
    • FAQ
  • Applications
    • About Applications
    • Landing Page Server
    • Wordpress
    • FunnelFlux
    • Noipfraud
    • OpenVPN
    • Page Ripper
  • Hosts
    • About Hosts
    • Digital Ocean
    • Vultr
    • Linode
    • Sub accounts
  • Troubleshooting
    • Update wordpress / php on your project
    • DigitalOcean API Key Update
    • Dropbox
    • Project Errors
    • How to check & delete duplicate servers
    • Old AWS Accounts & EC2-Classic
    • How to install multiple apps on 1 project
    • Server root access
    • Guide for 3rd Party Support Teams
    • Reset your Wordpress password
    • Amazon Web Services
Powered by GitBook
On this page
  • What is Launchpal?
  • How does Launchpal Work?
  • How do I get access to the server?
  • Where are the files?
  • Do you keep backups?
  • What level of support do you provide?
  • How can our support teams contact you about questions / issues?
  1. Troubleshooting

Guide for 3rd Party Support Teams

PreviousServer root accessNextReset your Wordpress password

Last updated 4 years ago

This page offers guidance to members of your teams, or support staff of the Apps installed via Launchpal. Please send them to this page if they have questions about your hosting or servers.

What is Launchpal?

Launchpal makes it easy for users to deploy self hosted apps on cloud servers. : AWS, Digital Ocean, Vultr, and Linode.

How does Launchpal Work?

Launchpal connects to hosts API to create servers that run Docker. It then creates a container within Docker to run the users chosen application.

Please take time to understand the , eg. Projects, Servers, Apps & Domains.

It may also be useful to read through this guide to see how Launchpal works: .

How do I get access to the server?

Your application is running within a Docker container (the app container to be specific).

The normal server SSH provided by the the host will not give you access to any logs / files. Please do not use those unless you understand Docker & Launchpal server builds.

You should SSH into the container using the SSH login provided by Launchpal, not the Server host.

IMPORTANT: The user you are supporting needs to provide you with the Launchpal SSH login instructions from the .

Where are the files?

The application files are stored within the Container, in /var/www/app, and the files uploaded by the user are in /var/www/user. Both of these are served as the document root.

Launchpal uses Nginx as its web server. When a web request comes in it first checks the for the file in the users files (/var/www/user), and if it does not exist there, it will read the file from the application folder /var/www/app.

Always edit files inside the container using the Launchpal provided SSH details as explained above. Do not use the main server SSH login unless you know what you are doing and are familiar with Docker.

IMPORTANT: Do not modify docker filesystem driver layer files directly on the host. Only edit the files via the specific Launchpal provided SSH login.

Do you keep backups?

What level of support do you provide?

Launchpal supports the projects created on the servers and tries to help users with basic application & server issues where we can.

We do not provide support related to feature requests, bugs or issues in the 3rd party Applications like Wordpress. We also do not provide technical support related to the physical servers provided by the host.

How can our support teams contact you about questions / issues?

Yes - Launchpal keeps 1 backup a day for 7 days. This is a backup of the container and can be used by the user to launch a new project or roll back if anything went wrong. .

Please contact us if you think we can help. .

Currently we support servers at 4 hosts
key concepts
Create your first project
Project Access tab
More details about backups here
Details on how to contact us are here