From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 12:36:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F258E16A4CE for ; Tue, 17 Feb 2004 12:36:23 -0800 (PST) Received: from therub.org (pantheon-ws-13.direct.hickorytech.net [216.114.200.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF9F43D1F for ; Tue, 17 Feb 2004 12:36:23 -0800 (PST) (envelope-from drue@therub.org) Received: from drue by therub.org with local (Exim 3.35 #1 (Debian)) id 1AtCzk-0006rx-00; Tue, 17 Feb 2004 15:43:08 -0600 Date: Tue, 17 Feb 2004 15:43:07 -0600 To: Derek Burns / Bend-Pak Message-ID: <20040217214307.GA26007@therub.org> References: <4372A56315CE2047890C4797D939D5B0202275@BENDPAK.BendPak.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4372A56315CE2047890C4797D939D5B0202275@BENDPAK.BendPak.com> User-Agent: Mutt/1.3.28i From: Dan Rue cc: freebsd-questions@FreeBSD.org Subject: Re: Administration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 20:36:24 -0000 On Tue, Feb 17, 2004 at 12:08:52PM -0800, Derek Burns / Bend-Pak wrote: > Is there a way I can administer my FreeBSD web server from my pc? Sure, If you're familiar with command line, ssh is all you need. If not, check out webmin (/usr/ports/sysutils/webmin). But, really, everything you need to do you can do from the command line. Use putty to ssh into your freebsd box from windows (free program, use google). hth, dan